JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

JSON pathfinder क्या है?

JSON pathfinder Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Formats websites containing JSON and allows to search them using jsonpath"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JSON pathfinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}