Github HTML Preview in New tab

Github HTML Preview provide a quick way to preview the html files in new tab

What is Github HTML Preview in New tab?

Github HTML Preview in New tab is a Chrome extension developed by nuxdie, and its main feature is "Github HTML Preview provide a quick way to preview the html files in new tab".

Extension Screenshots

screenshot

Download Github HTML Preview in New tab Extension CRX File

Download Github HTML Preview in New tab 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

                                            

Extension Basic Information

Name Github HTML Preview in New tab Github HTML Preview in New tab
ID fepepbplpljmbgigikdechdokijggdjd
Official URL https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd
Description Github HTML Preview provide a quick way to preview the html files in new tab
File Size 20.38 KB
Installation Count 14
Current Version 1.0
Last Updated 2018-01-26
Publish Date 2018-01-26
Rating 1.00/5 Total 1 Ratings
Developer nuxdie
Email [email protected]
Payment Type free
Extension Website https://github.com/nuxdie/gh-html-view
Supported Languages en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "github_preview.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "description": "Github HTML Preview provide a quick way to preview the html files in new tab",
    "icons": {
        "128": "github_128.png",
        "16": "github_16.png",
        "48": "github_48.png"
    },
    "manifest_version": 2,
    "name": "Github HTML Preview in New tab",
    "permissions": [
        "https:\/\/github.com\/*",
        "http:\/\/github.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}