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