Launchpad Fixer chrome extension

Version: 1.0
Launchpad Fixer
Makes LaunchPad's online textbook viewer larger.
5.00 Based on 2 user rates

What is Launchpad Fixer?

Launchpad Fixer is a productivity chrome extension. it's a free extension , it has 10 active users since released its first version, it earns an average rating of 5.00 from 2 rated user, last update is 1186 days ago.


What’s new in version 1.0?

                MacmillanHigherEd's LaunchPad textbook viewer is too small to read. This makes it easier to read. Basically it checks every second for the textbook viewer and makes it larger if it has to.

This is the entire extension:
function checkDOMChange() {
    var height = (window.innerHeight - 61).toString().concat("px");
    var body = document.getElementById("document-body");
    if (body && body.style.height != height) {
        body.style.height = height;
    }
    setTimeout(checkDOMChange, 1000);
}

checkDOMChange();            

How to install Launchpad Fixer?

You could download the latest version crx file or older version files and install it.


Preview of Launchpad Fixer


Technical Features:

  • Latest Version: 1.0
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Friday, January 29th, 2021
  • Author: Ethan Curtiss

Launchpad Fixer Available languages:

English.


FAQ


Reviews of launchpad fixer:


Calvin Dong February 8th, 2021
Calvin Dong

goated

Read more review & comments of launchpad fixer