JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

Cos'è JSON pathfinder?

JSON pathfinder è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Formats websites containing JSON and allows to search them using jsonpath".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JSON pathfinder

Scarica i file di estensione JSON pathfinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Formats websites containing JSON and allows to search them using jsonpath                    

Informazioni di Base sull'Estensione

Nome JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
URL Ufficiale https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
Descrizione Formats websites containing JSON and allows to search them using jsonpath
Dimensione del File 561 KB
Conteggio Installazioni 9,247
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-10-31
Data di Pubblicazione 2016-10-31
Valutazione 2.55/5 Totale 11 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/radek-novak/json-commander
Lingue Supportate 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"
    ]
}