JSON pathfinder

Formats websites containing JSON and allows to search them using jsonpath

Hvad er JSON pathfinder?

JSON pathfinder er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Formats websites containing JSON and allows to search them using jsonpath".

Udvidelsesskærmbilleder

screenshot

Download JSON pathfinder-udvidelses-CRX-fil

Download JSON pathfinder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Formats websites containing JSON and allows to search them using jsonpath                    

Grundlæggende oplysninger om udvidelsen

Navn JSON pathfinder JSON pathfinder
ID cgpbbgjlljobcemhhimjknkldpinacpn
Officiel URL https://chromewebstore.google.com/detail/json-pathfinder/cgpbbgjlljobcemhhimjknkldpinacpn
Beskrivelse Formats websites containing JSON and allows to search them using jsonpath
Filstørrelse 561 KB
Antal Installationer 9,247
Nuværende Version 0.0.1
Senest Opdateret 2016-10-31
Udgivelsesdato 2016-10-31
Bedømmelse 2.55/5 Samlet 11 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/radek-novak/json-commander
Understøttede Sprog 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"
    ]
}