Desmos Text I/O

import/export Desmos graphs as text (json).

Co to jest Desmos Text I/O?

Desmos Text I/O to rozszerzenie Chrome opracowane przez hyrodium, a jego główną funkcją jest „import/export Desmos graphs as text (json).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Desmos Text I/O

Pobierz pliki rozszerzeń Desmos Text I/O w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Desmos Text I/O Desmos Text I/O
ID ndjdcebpigpfidnilppdpcdkibidfmaa
Oficjalny URL https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa
Opis import/export Desmos graphs as text (json).
Rozmiar pliku 126 KB
Liczba instalacji 299
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-03-24
Data Publikacji 2022-08-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper hyrodium
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/hyrodium/DesmosTextIO
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}