Make Desmos Great Again

Makes variable values easier to read when in projector mode

Cos'è Make Desmos Great Again?

Make Desmos Great Again è un'estensione di Chrome sviluppata da scd31dev, e la sua funzione principale è "Makes variable values easier to read when in projector mode".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Make Desmos Great Again

Scarica i file di estensione Make Desmos Great Again in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Make Desmos Great Again Make Desmos Great Again
ID pdphkcdbjpkadajcdofjjfadlhgadbkj
URL Ufficiale https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj
Descrizione Makes variable values easier to read when in projector mode
Dimensione del File 6.03 KB
Conteggio Installazioni 114
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2018-10-06
Data di Pubblicazione 2018-10-05
Sviluppatore scd31dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}