Prettify

Small extension that automatically make pages with JSON/XML/... content prettier.

Hvad er Prettify?

Prettify er en Chrome-udvidelse udviklet af https://tiph.io, og dens hovedfunktion er "Small extension that automatically make pages with JSON/XML/... content prettier.".

Udvidelsesskærmbilleder

screenshot

Download Prettify-udvidelses-CRX-fil

Download Prettify-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

                        Quick and dirty WebExtension that automatically makes JSON pages good looking. Turns the boring-looking stock JSON rendering into a nice looking, exandable/collaspable view.

The beauty of it is that it automatically runs on every page that has its Content-type set to application/json, so you can forget you've ever installed it, and just enjoy cool-looking JSON pages !                    

Grundlæggende oplysninger om udvidelsen

Navn Prettify Prettify
ID emdbenifhkcjjilaliemafklfdnpckhk
Officiel URL https://chromewebstore.google.com/detail/prettify/emdbenifhkcjjilaliemafklfdnpckhk
Beskrivelse Small extension that automatically make pages with JSON/XML/... content prettier.
Filstørrelse 13.27 KB
Antal Installationer 1,049
Nuværende Version 1.0.1
Senest Opdateret 2019-12-01
Udgivelsesdato 2019-11-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://tiph.io
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://edt.tiph.io/privacy.html
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prettify",
    "version": "1.0.1",
    "description": "Small extension that automatically make pages with JSON\/XML\/... content prettier.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}