JSON Sheets

Convert JSON into a Google Sheet, and vice versa.

JSON Sheets là gì?

JSON Sheets là một tiện ích mở rộng Chrome được phát triển bởi Rahul Matta, và tính năng chính của nó là "Convert JSON into a Google Sheet, and vice versa.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JSON Sheets

Tải xuống các tệp mở rộng JSON Sheets 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

                        Google Sheets doesn't support JSON importing or exporting. This simple Chrome extension solves that issue. In just 3 clicks, convert any Google Sheet into a JSON file, or vice versa.

Thanks for using JSON Sheets! Please don't hesitate to reach out with questions, comments, or concerns.                    

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

Tên JSON Sheets JSON Sheets
ID ningaldecapifnddgdmmhcneehiidngd
URL Chính Thức https://chromewebstore.google.com/detail/json-sheets/ningaldecapifnddgdmmhcneehiidngd
Mô tả Convert JSON into a Google Sheet, and vice versa.
Kích Thước Tệp 27.11 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-07-11
Ngày Phát Hành 2020-07-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rahul Matta
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Sheets",
    "description": "Convert JSON into a Google Sheet, and vice versa.",
    "version": "0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Convert JSON into a Google Sheet, and vice versa.",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "windows"
    ]
}