Make Desmos Great Again
Makes variable values easier to read when in projector mode
Co to jest Make Desmos Great Again?
Make Desmos Great Again to rozszerzenie Chrome opracowane przez scd31dev, a jego główną funkcją jest „Makes variable values easier to read when in projector mode”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Make Desmos Great Again
Pobierz pliki rozszerzeń Make Desmos Great Again w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Make Desmos Great Again |
ID | pdphkcdbjpkadajcdofjjfadlhgadbkj |
Oficjalny URL | https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj |
Opis | Makes variable values easier to read when in projector mode |
Rozmiar pliku | 6.03 KB |
Liczba instalacji | 114 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2018-10-06 |
Data Publikacji | 2018-10-05 |
Deweloper | scd31dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |