Make Desmos Great Again
Makes variable values easier to read when in projector mode
Qu'est-ce que Make Desmos Great Again ?
Make Desmos Great Again est une extension Chrome développée par scd31dev, et sa fonction principale est "Makes variable values easier to read when in projector mode".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Make Desmos Great Again
Téléchargez les fichiers d'extension Make Desmos Great Again au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Make Desmos Great Again |
ID | pdphkcdbjpkadajcdofjjfadlhgadbkj |
URL Officiel | https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj |
Description | Makes variable values easier to read when in projector mode |
Taille du Fichier | 6.03 KB |
Nombre d'Installations | 114 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2018-10-06 |
Date de Publication | 2018-10-05 |
Développeur | scd31dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |