Desmos Text I/O

import/export Desmos graphs as text (json).

Desmos Text I/O là gì?

Desmos Text I/O là một tiện ích mở rộng Chrome được phát triển bởi hyrodium, và tính năng chính của nó là "import/export Desmos graphs as text (json).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Desmos Text I/O

Tải xuống các tệp mở rộng Desmos Text I/O dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Desmos Text I/O Desmos Text I/O
ID ndjdcebpigpfidnilppdpcdkibidfmaa
URL Chính Thức https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa
Mô tả import/export Desmos graphs as text (json).
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 299
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-03-24
Ngày Phát Hành 2022-08-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hyrodium
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hyrodium/DesmosTextIO
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}