Desmos Text I/O
import/export Desmos graphs as text (json).
Τι είναι το Desmos Text I/O;
Το Desmos Text I/O είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hyrodium, και η κύρια λειτουργία του είναι "import/export Desmos graphs as text (json).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Desmos Text I/O
Λήψη αρχείων επέκτασης Desmos Text I/O σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ndjdcebpigpfidnilppdpcdkibidfmaa |
| Επίσημο URL | https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa |
| Περιγραφή | import/export Desmos graphs as text (json). |
| Μέγεθος Αρχείου | 126 KB |
| Αριθμός Εγκαταστάσεων | 299 |
| Τρέχουσα Έκδοση | 1.2.0 |
| Τελευταία Ενημέρωση | 2023-03-24 |
| Ημερομηνία Δημοσίευσης | 2022-08-09 |
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | hyrodium |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/hyrodium/DesmosTextIO |
| Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*"
]
}
]
} | |