Page to JSON

A Chrome extension to download a JSON file containing data structures from the current tab

Page to JSON là gì?

Page to JSON là một tiện ích mở rộng Chrome được phát triển bởi assafmo, và tính năng chính của nó là "A Chrome extension to download a JSON file containing data structures from the current tab".

Ả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 Page to JSON

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

                        A Chrome extension to download a JSON file containing data structures from the current tab                    

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

Tên Page to JSON Page to JSON
ID glbjlbehokkbmdfmnkbpkiidamifooci
URL Chính Thức https://chromewebstore.google.com/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
Mô tả A Chrome extension to download a JSON file containing data structures from the current tab
Kích Thước Tệp 39.1 KB
Số Lần Cài Đặt 559
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2016-10-11
Ngày Phát Hành 2016-10-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển assafmo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/assafmo/chrome-page-to-json
URL Trang Trợ Giúp https://github.com/assafmo/chrome-page-to-json/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page to JSON",
    "description": "A Chrome extension to download a JSON file containing data structures from the current tab",
    "version": "0.2.2",
    "icons": {
        "32": "icon.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Page to JSON"
    },
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}