Make Desmos Great Again

Makes variable values easier to read when in projector mode

什麼是Make Desmos Great Again?

Make Desmos Great Again是由scd31dev開發的Chrome擴展程式,該擴展的主要功能是“Makes variable values easier to read when in projector mode”。

擴展截圖

screenshot

下載Make Desmos Great Again擴展crx文件

下載Make Desmos Great Again擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}