Prettyprint Source

Prettyprint Source

What is Prettyprint Source?

Prettyprint Source is a Chrome extension developed by huywen, and its main feature is "Prettyprint Source".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Prettyprint Source Extension CRX File

Download Prettyprint Source extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✨ 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.                    

Extension Basic Information

Name Prettyprint Source Prettyprint Source
ID onfbgibcdkagkobngbnbmabilphjppib
Official URL https://chromewebstore.google.com/detail/prettyprint-source/onfbgibcdkagkobngbnbmabilphjppib
Description Prettyprint Source
File Size 12.23 MB
Installation Count 135
Current Version 1.0.0
Last Updated 2022-12-28
Publish Date 2022-12-27
Developer huywen
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}