Make Desmos Great Again

Makes variable values easier to read when in projector mode

Make Desmos Great Again क्या है?

Make Desmos Great Again scd31dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes variable values easier to read when in projector mode"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Make Desmos Great Again एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Make Desmos Great Again Make Desmos Great Again
ID pdphkcdbjpkadajcdofjjfadlhgadbkj
आधिकारिक URL https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj
विवरण Makes variable values easier to read when in projector mode
फ़ाइल का आकार 6.03 KB
स्थापना संख्या 114
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2018-10-06
प्रकाशन तिथि 2018-10-05
डेवलपर scd31dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}