Desmos Unlocked
Browser extension for better user control of the Desmos graphing calculator configuration
什么是Desmos Unlocked?
Desmos Unlocked是由sinclam.dev开发的Chrome扩展程序,该扩展的主要功能是“Browser extension for better user control of the Desmos graphing calculator configuration”。
扩展截图
下载Desmos Unlocked扩展crx文件
下载Desmos Unlocked扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Desmos Unlocked |
ID | mgkcmbkophlnagckoodcmaeofginaokm |
官方URL | https://chromewebstore.google.com/detail/desmos-unlocked/mgkcmbkophlnagckoodcmaeofginaokm |
简介 | Browser extension for better user control of the Desmos graphing calculator configuration |
文件大小 | 442 KB |
安装次数 | 471 |
当前版本 | 1.1.2 |
更新时间 | 2022-07-26 |
上架时间 | 2022-06-16 |
评分 | 3.25/5 共4次评分 |
开发者 | sinclam.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/SinclaM/desmos-unlocked/ |
帮助页面URL | https://github.com/SinclaM/desmos-unlocked/issues |
支持的语言 | 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": [ " |