Desmos Text I/O
import/export Desmos graphs as text (json).
Was ist Desmos Text I/O?
Desmos Text I/O ist eine Chrome-Erweiterung, die von hyrodium entwickelt wurde, und ihr Hauptmerkmal ist "import/export Desmos graphs as text (json).".
Erweiterungsscreenshots
Desmos Text I/O-Erweiterungs-CRX-Datei herunterladen
Laden Sie Desmos Text I/O-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Desmos Text I/O |
ID | ndjdcebpigpfidnilppdpcdkibidfmaa |
Offizielle URL | https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa |
Beschreibung | import/export Desmos graphs as text (json). |
Dateigröße | 126 KB |
Installationsanzahl | 299 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2023-03-24 |
Veröffentlichungsdatum | 2022-08-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | hyrodium |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/hyrodium/DesmosTextIO |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |