JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

Wat is JSON pathfinder?

JSON pathfinder is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Formats websites containing JSON and allows to search them using jsonpath".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JSON pathfinder

Download JSON pathfinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Formats websites containing JSON and allows to search them using jsonpath                    

Basisinformatie over de Extensie

Naam JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
Officiële URL https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
Beschrijving Formats websites containing JSON and allows to search them using jsonpath
Bestandsgrootte 561 KB
Aantal Installaties 9,247
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-10-31
Publicatiedatum 2016-10-31
Beoordeling 2.55/5 Totaal 11 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/radek-novak/json-commander
Ondersteunde Talen 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"
    ]
}