JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

JSON pathfinder là gì?

JSON pathfinder là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Formats websites containing JSON and allows to search them using jsonpath".

Ả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 JSON pathfinder

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

                        Formats websites containing JSON and allows to search them using jsonpath                    

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

Tên JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
URL Chính Thức https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
Mô tả Formats websites containing JSON and allows to search them using jsonpath
Kích Thước Tệp 561 KB
Số Lần Cài Đặt 9,247
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-10-31
Ngày Phát Hành 2016-10-31
Đánh Giá 2.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/radek-novak/json-commander
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON pathfinder",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "",
    "homepage_url": "https:\/\/github.com\/radek-novak\/json-commander",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/icon_128.png",
        "32": "icons\/icon_32.png"
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage"
    ]
}