Desmos Unlocked
Browser extension for better user control of the Desmos graphing calculator configuration
Co je Desmos Unlocked?
Desmos Unlocked je rozšíření Chrome vyvinuté sinclam.dev, a jeho hlavní funkcí je „Browser extension for better user control of the Desmos graphing calculator configuration“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Desmos Unlocked
Stáhněte si soubory rozšíření Desmos Unlocked ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Desmos Unlocked |
ID | mgkcmbkophlnagckoodcmaeofginaokm |
Oficiální URL | https://chromewebstore.google.com/detail/desmos-unlocked/mgkcmbkophlnagckoodcmaeofginaokm |
Popis | Browser extension for better user control of the Desmos graphing calculator configuration |
Velikost souboru | 442 KB |
Počet instalací | 471 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2022-07-26 |
Datum Vydání | 2022-06-16 |
Hodnocení | 3.25/5 Celkem 4 Hodnocení |
Vývojář | sinclam.dev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/SinclaM/desmos-unlocked/ |
URL Stránky Nápovědy | https://github.com/SinclaM/desmos-unlocked/issues |
Podporované Jazyky | 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": [ " |