Desmos Text I/O
import/export Desmos graphs as text (json).
Qu'est-ce que Desmos Text I/O ?
Desmos Text I/O est une extension Chrome développée par hyrodium, et sa fonction principale est "import/export Desmos graphs as text (json).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Desmos Text I/O
Téléchargez les fichiers d'extension Desmos Text I/O au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Desmos Text I/O |
ID | ndjdcebpigpfidnilppdpcdkibidfmaa |
URL Officiel | https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa |
Description | import/export Desmos graphs as text (json). |
Taille du Fichier | 126 KB |
Nombre d'Installations | 299 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-03-24 |
Date de Publication | 2022-08-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | hyrodium |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hyrodium/DesmosTextIO |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |