JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

JSON pathfinderคืออะไร?

JSON pathfinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Formats websites containing JSON and allows to search them using jsonpath"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON pathfinder

ดาวน์โหลดไฟล์ส่วนขยาย JSON pathfinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Formats websites containing JSON and allows to search them using jsonpath                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
คำอธิบาย Formats websites containing JSON and allows to search them using jsonpath
ขนาดไฟล์ 561 KB
จำนวนการติดตั้ง 9,247
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-10-31
วันที่เผยแพร่ 2016-10-31
คะแนน 2.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/radek-novak/json-commander
ภาษาที่รองรับ 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"
    ]
}