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 |
| 官方網址 | 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:\/\/*\/*"
]
}
]
} | |