JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

What is JSON pathfinder?

JSON pathfinder is a Chrome extension developed by Unknown, and its main feature is "Formats websites containing JSON and allows to search them using jsonpath".

Extension Screenshots

screenshot

Download JSON pathfinder Extension CRX File

Download JSON pathfinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Formats websites containing JSON and allows to search them using jsonpath                    

Extension Basic Information

Name JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
Official URL https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
Description Formats websites containing JSON and allows to search them using jsonpath
File Size 561 KB
Installation Count 9,247
Current Version 0.0.1
Last Updated 2016-10-31
Publish Date 2016-10-31
Rating 2.55/5 Total 11 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/radek-novak/json-commander
Supported Languages 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"
    ]
}