Desmos Unlocked
Browser extension for better user control of the Desmos graphing calculator configuration
Apa itu Desmos Unlocked?
Desmos Unlocked adalah ekstensi Chrome yang dikembangkan oleh sinclam.dev, dan fitur utamanya adalah "Browser extension for better user control of the Desmos graphing calculator configuration".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Desmos Unlocked
Unduh file ekstensi Desmos Unlocked dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Desmos Unlocked |
ID | mgkcmbkophlnagckoodcmaeofginaokm |
URL Resmi | https://chromewebstore.google.com/detail/desmos-unlocked/mgkcmbkophlnagckoodcmaeofginaokm |
Deskripsi | Browser extension for better user control of the Desmos graphing calculator configuration |
Ukuran File | 442 KB |
Jumlah Instalasi | 471 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2022-07-26 |
Tanggal Publikasi | 2022-06-16 |
Penilaian | 3.25/5 Total 4 Penilaian |
Pengembang | sinclam.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/SinclaM/desmos-unlocked/ |
URL Halaman Bantuan | https://github.com/SinclaM/desmos-unlocked/issues |
Bahasa yang Didukung | 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": [ " |