Desmos Text I/O
import/export Desmos graphs as text (json).
Wat is Desmos Text I/O?
Desmos Text I/O is een Chrome-extensie ontwikkeld door hyrodium, en de belangrijkste functie is "import/export Desmos graphs as text (json).".
Extensie Screenshots
Download het CRX-bestand van de extensie Desmos Text I/O
Download Desmos Text I/O-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Desmos Text I/O |
ID | ndjdcebpigpfidnilppdpcdkibidfmaa |
Officiële URL | https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa |
Beschrijving | import/export Desmos graphs as text (json). |
Bestandsgrootte | 126 KB |
Aantal Installaties | 299 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-03-24 |
Publicatiedatum | 2022-08-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | hyrodium |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hyrodium/DesmosTextIO |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |