Prettify

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

Qu'est-ce que Prettify ?

Prettify est une extension Chrome développée par https://tiph.io, et sa fonction principale est "Small extension that automatically make pages with JSON/XML/... content prettier.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Prettify

Téléchargez les fichiers d'extension Prettify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 !                    

Informations de Base sur l'Extension

Nom Prettify Prettify
ID emdbenifhkcjjilaliemafklfdnpckhk
URL Officiel https://chromewebstore.google.com/detail/prettify/emdbenifhkcjjilaliemafklfdnpckhk
Description Small extension that automatically make pages with JSON/XML/... content prettier.
Taille du Fichier 13.27 KB
Nombre d'Installations 1,049
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-12-01
Date de Publication 2019-11-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://tiph.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://edt.tiph.io/privacy.html
Langues Prises en Charge 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"
        }
    ]
}