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 |
| Eメール | [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:\/\/*\/*"
]
}
]
} | |