Desmos Unlocked
Browser extension for better user control of the Desmos graphing calculator configuration
Was ist Desmos Unlocked?
Desmos Unlocked ist eine Chrome-Erweiterung, die von sinclam.dev entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension for better user control of the Desmos graphing calculator configuration".
Erweiterungsscreenshots
Desmos Unlocked-Erweiterungs-CRX-Datei herunterladen
Laden Sie Desmos Unlocked-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Write beautiful equations in the Desmos graphing calculator by customizing the underlying math formula editor from an easy-to-use control panel. Gain access to more Greek letters + many other symbols. Desmos provides shortcuts for a limited amount of symbols (e.g pi, theta, sqrt) by default and this browser extension expands shortcut functionality to hundreds of new symbols, including Greek letters and more advanced mathematical symbols. Compatible with DesModder!
Grundlegende Informationen zur Erweiterung
Name | Desmos Unlocked |
ID | mgkcmbkophlnagckoodcmaeofginaokm |
Offizielle URL | https://chromewebstore.google.com/detail/desmos-unlocked/mgkcmbkophlnagckoodcmaeofginaokm |
Beschreibung | Browser extension for better user control of the Desmos graphing calculator configuration |
Dateigröße | 442 KB |
Installationsanzahl | 471 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2022-07-26 |
Veröffentlichungsdatum | 2022-06-16 |
Bewertung | 3.25/5 Insgesamt 4 Bewertungen |
Entwickler | sinclam.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/SinclaM/desmos-unlocked/ |
Hilfeseite URL | https://github.com/SinclaM/desmos-unlocked/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Desmos Unlocked", "version": "1.1.2", "description": "Browser extension for better user control of the Desmos graphing calculator configuration", "permissions": [ "storage", "declarativeNetRequestWithHostAccess" ], "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "browser-polyfill.js", "content.js" ], "matches": [ "https:\/\/www.desmos.com\/calculator\/*" ], "run_at": "document_idle" }, { "js": [ "browser-polyfill.js", "preloadContent.js" ], "matches": [ "https:\/\/www.desmos.com\/calculator*" ], "run_at": "document_start" } ], "host_permissions": [ "*:\/\/www.desmos.com\/calculator\/*" ], "web_accessible_resources": [ { "resources": [ "browser-polyfill.js", "script.js", "preloadScript.js", "empty.js" ], "matches": [ " |