Desmos Text I/O
import/export Desmos graphs as text (json).
What is Desmos Text I/O?
Desmos Text I/O is a Chrome extension developed by hyrodium, and its main feature is "import/export Desmos graphs as text (json).".
Extension Screenshots
Download Desmos Text I/O Extension CRX File
Download Desmos Text I/O extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Desmos Text I/O |
ID | ndjdcebpigpfidnilppdpcdkibidfmaa |
Official URL | https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa |
Description | import/export Desmos graphs as text (json). |
File Size | 126 KB |
Installation Count | 299 |
Current Version | 1.2.0 |
Last Updated | 2023-03-24 |
Publish Date | 2022-08-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hyrodium |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hyrodium/DesmosTextIO |
Supported Languages | 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:\/\/*\/*" ] } ] } |