Desmos Text I/O
import/export Desmos graphs as text (json).
什么是Desmos Text I/O?
Desmos Text I/O是由hyrodium开发的Chrome扩展程序,该扩展的主要功能是“import/export Desmos graphs as text (json).”。
扩展截图
下载Desmos Text I/O扩展crx文件
下载Desmos Text I/O扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables the import/export of desmos graphs in JSON format. With this feature, you will have the following benefits:
- Customize your graphs (more colors, high-resolution images)
- Save your graphs locally as text files.
- Create desmos graphs in JSON format from other software. 扩展基本信息
| 名称 | |
| ID | ndjdcebpigpfidnilppdpcdkibidfmaa |
| 官方URL | https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa |
| 简介 | import/export Desmos graphs as text (json). |
| 文件大小 | 126 KB |
| 安装次数 | 299 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2023-03-24 |
| 上架时间 | 2022-08-09 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | hyrodium |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/hyrodium/DesmosTextIO |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Desmos Text I\/O",
"description": "import\/export Desmos graphs as text (json).",
"version": "1.2.0",
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{2904c92e-079c-424b-bcd4-e1d4ae624249}"
}
},
"content_scripts": [
{
"js": [
"content.bundle.js"
],
"matches": [
"https:\/\/www.desmos.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
} | |