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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |