WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Github Html Preview

Github Html Preview

View on Chrome Web Store
View Github Html Preview Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Instantly preview HTML files on GitHub with our Chrome extension. One-click preview and easy access!
Type
Extension
Users
956 users
3
dohyeon5626
View author page of dohyeon5626
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 30, 2022
Version 4.0
Manifest version
3
Updated
Updated on May 19, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Github Html Preview Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Html Preview",
    "description": "Instantly preview HTML files on GitHub with our Chrome extension. One-click preview and easy access!",
    "version": "4.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/raw.githubusercontent.com\/*",
        "https:\/\/github-html-preview.dohyeon5626.com\/*"
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*.html"
            ],
            "js": [
                "html-page-content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/github-html-preview.dohyeon5626.com\/*"
            ],
            "js": [
                "preview-page-content.js"
            ]
        }
    ],
    "commands": {
        "preview": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Preview Html"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top