Desmos Text I/O
import/export Desmos graphs as text (json).
Cos'è Desmos Text I/O?
Desmos Text I/O è un'estensione di Chrome sviluppata da hyrodium, e la sua funzione principale è "import/export Desmos graphs as text (json).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Desmos Text I/O
Scarica i file di estensione Desmos Text I/O in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Desmos Text I/O |
ID | ndjdcebpigpfidnilppdpcdkibidfmaa |
URL Ufficiale | https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa |
Descrizione | import/export Desmos graphs as text (json). |
Dimensione del File | 126 KB |
Conteggio Installazioni | 299 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-03-24 |
Data di Pubblicazione | 2022-08-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | hyrodium |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/hyrodium/DesmosTextIO |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |