Desmos Unlocked
Browser extension for better user control of the Desmos graphing calculator configuration
Co to jest Desmos Unlocked?
Desmos Unlocked to rozszerzenie Chrome opracowane przez sinclam.dev, a jego główną funkcją jest „Browser extension for better user control of the Desmos graphing calculator configuration”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Desmos Unlocked
Pobierz pliki rozszerzeń Desmos Unlocked w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Desmos Unlocked |
ID | mgkcmbkophlnagckoodcmaeofginaokm |
Oficjalny URL | https://chromewebstore.google.com/detail/desmos-unlocked/mgkcmbkophlnagckoodcmaeofginaokm |
Opis | Browser extension for better user control of the Desmos graphing calculator configuration |
Rozmiar pliku | 442 KB |
Liczba instalacji | 471 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2022-07-26 |
Data Publikacji | 2022-06-16 |
Ocena | 3.25/5 Łącznie 4 Oceny |
Deweloper | sinclam.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/SinclaM/desmos-unlocked/ |
Adres URL Strony Pomocy | https://github.com/SinclaM/desmos-unlocked/issues |
Obsługiwane Języki | 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": [ " |