Ultra Fast JSON Viewer

Quickly beautifies JSON.

Wat is Ultra Fast JSON Viewer?

Ultra Fast JSON Viewer is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Quickly beautifies JSON.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Ultra Fast JSON Viewer

Download Ultra Fast JSON Viewer-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

                        Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles.                    

Basisinformatie over de Extensie

Naam Ultra Fast JSON Viewer Ultra Fast JSON Viewer
ID achlegaapdgcnnhfmliagapbampafine
Officiële URL https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine
Beschrijving Quickly beautifies JSON.
Bestandsgrootte 9.94 KB
Aantal Installaties 252
Huidige Versie 1.0.4
Laatst Bijgewerkt 2017-06-22
Publicatiedatum 2017-06-22
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultra Fast JSON Viewer",
    "version": "1.0.4",
    "description": "Quickly beautifies JSON.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon - large.png",
        "default_popup": "popup.html"
    },
    "author": "Ed Mak",
    "icons": {
        "128": "img\/icon - large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "settings.js",
                "jsonify.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ]
}