Prettyprint Source

Prettyprint Source

Cos'è Prettyprint Source?

Prettyprint Source è un'estensione di Chrome sviluppata da huywen, e la sua funzione principale è "Prettyprint Source".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Prettyprint Source

Scarica i file di estensione Prettyprint Source in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ✨ Prettyprint Source as a Browser Extension. This extension is used to highlight various types of resource codes, which is convenient for developers to read source code and improve debugging efficiency. It supports common file formats, such as JSON, JavaScript, CSS, etc.                    

Informazioni di Base sull'Estensione

Nome Prettyprint Source Prettyprint Source
ID onfbgibcdkagkobngbnbmabilphjppib
URL Ufficiale https://chromewebstore.google.com/detail/prettyprint-source/onfbgibcdkagkobngbnbmabilphjppib
Descrizione Prettyprint Source
Dimensione del File 12.23 MB
Conteggio Installazioni 135
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-12-28
Data di Pubblicazione 2022-12-27
Sviluppatore huywen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prettyprint Source",
    "description": "Prettyprint Source",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/whelmin\/prettyprint-source",
    "offline_enabled": true,
    "icons": {
        "16": "src\/assets\/logo-16.png",
        "32": "src\/assets\/logo-32.png",
        "48": "src\/assets\/logo-48.png",
        "128": "src\/assets\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "src\/assets\/logo-16.png",
            "32": "src\/assets\/logo-32.png",
            "48": "src\/assets\/logo-48.png",
            "128": "src\/assets\/logo-128.png"
        }
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content-scripts.ts.919a1acf.2cb89248.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "assets\/content-scripts.ts.97fa3822.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*",
                "assets\/Rolling-1s.dfee8a1a.svg",
                "assets\/content-scripts.ts.919a1acf.js"
            ],
            "use_dynamic_url": true
        }
    ]
}