Prettify

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

Wat is Prettify?

Prettify is een Chrome-extensie ontwikkeld door https://tiph.io, en de belangrijkste functie is "Small extension that automatically make pages with JSON/XML/... content prettier.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Prettify

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

                        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 !                    

Basisinformatie over de Extensie

Naam Prettify Prettify
ID emdbenifhkcjjilaliemafklfdnpckhk
Officiële URL https://chromewebstore.google.com/detail/prettify/emdbenifhkcjjilaliemafklfdnpckhk
Beschrijving Small extension that automatically make pages with JSON/XML/... content prettier.
Bestandsgrootte 13.27 KB
Aantal Installaties 1,049
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-12-01
Publicatiedatum 2019-11-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://tiph.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://edt.tiph.io/privacy.html
Ondersteunde Talen 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"
        }
    ]
}