Desmos Text I/O

import/export Desmos graphs as text (json).

Desmos Text I/O란 무엇입니까?

Desmos Text I/O은(는) hyrodium에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "import/export Desmos graphs as text (json)."입니다.

확장 프로그램 스크린샷

screenshot

Desmos Text I/O 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Desmos Text I/O Desmos Text I/O
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:\/\/*\/*"
            ]
        }
    ]
}