Make Desmos Great Again

Makes variable values easier to read when in projector mode

What is Make Desmos Great Again?

Make Desmos Great Again is a Chrome extension developed by scd31dev, and its main feature is "Makes variable values easier to read when in projector mode".

Extension Screenshots

screenshot

Download Make Desmos Great Again Extension CRX File

Download Make Desmos Great Again extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension makes it much easier to see the value of variables on Desmos. It increases the font size and adds a black background. This is useful if you're teaching a class, or if you have bad eyesight.                    

Extension Basic Information

Name Make Desmos Great Again Make Desmos Great Again
ID pdphkcdbjpkadajcdofjjfadlhgadbkj
Official URL https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj
Description Makes variable values easier to read when in projector mode
File Size 6.03 KB
Installation Count 114
Current Version 0.0.0.2
Last Updated 2018-10-06
Publish Date 2018-10-05
Developer scd31dev
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make Desmos Great Again",
    "version": "0.0.0.2",
    "description": "Makes variable values easier to read when in projector mode",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "ivon2.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.desmos.com\/calculator*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}