Make Desmos Great Again
Makes variable values easier to read when in projector mode
Vad är Make Desmos Great Again?
Make Desmos Great Again är en Chrome-tillägg utvecklad av scd31dev, och dess huvudfunktion är "Makes variable values easier to read when in projector mode".
Tilläggsskärmbilder
Ladda ner Make Desmos Great Again-förlängningens CRX-fil
Ladda ner Make Desmos Great Again-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | pdphkcdbjpkadajcdofjjfadlhgadbkj |
| Officiell webbadress | https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj |
| Beskrivning | Makes variable values easier to read when in projector mode |
| Filstorlek | 6.03 KB |
| Antal Installationer | 114 |
| Aktuell Version | 0.0.0.2 |
| Senast Uppdaterad | 2018-10-06 |
| Publiceringsdatum | 2018-10-05 |
| Utvecklare | scd31dev |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |