Make Desmos Great Again
Makes variable values easier to read when in projector mode
Wat is Make Desmos Great Again?
Make Desmos Great Again is een Chrome-extensie ontwikkeld door scd31dev, en de belangrijkste functie is "Makes variable values easier to read when in projector mode".
Extensie Screenshots
Download het CRX-bestand van de extensie Make Desmos Great Again
Download Make Desmos Great Again-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Make Desmos Great Again |
ID | pdphkcdbjpkadajcdofjjfadlhgadbkj |
Officiële URL | https://chromewebstore.google.com/detail/make-desmos-great-again/pdphkcdbjpkadajcdofjjfadlhgadbkj |
Beschrijving | Makes variable values easier to read when in projector mode |
Bestandsgrootte | 6.03 KB |
Aantal Installaties | 114 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2018-10-06 |
Publicatiedatum | 2018-10-05 |
Ontwikkelaar | scd31dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |