Raw Githack

Viewing html files with raw.githack.com made easier.

What is Raw Githack?

Raw Githack is a Chrome extension developed by Filip Chalupa, and its main feature is "Viewing html files with raw.githack.com made easier.".

Extension Screenshots

screenshot

Download Raw Githack Extension CRX File

Download Raw Githack 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

                        Enter an url to a html file from a git repository (GitHub, Bitbucket or GitLab). That file will be then served to you with a correct mime type to be viewed in your browser using raw.githack.com.                    

Extension Basic Information

Name Raw Githack Raw Githack
ID iichepgnbggmoaijfiphjodmhkbijmkf
Official URL https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf
Description Viewing html files with raw.githack.com made easier.
File Size 45.94 KB
Installation Count 457
Current Version 0.2
Last Updated 2020-05-01
Publish Date 2020-04-29
Developer Filip Chalupa
Email [email protected]
Payment Type free
Extension Website https://github.com/FilipChalupa/Raw-Githack/
Help Page URL https://github.com/FilipChalupa/Raw-Githack/issues
Privacy Policy Page URL https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raw Githack",
    "version": "0.2",
    "description": "Viewing html files with raw.githack.com made easier.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "manifest_version": 2
}