Raw Githack

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

Wat is Raw Githack?

Raw Githack is een Chrome-extensie ontwikkeld door Filip Chalupa, en de belangrijkste functie is "Viewing html files with raw.githack.com made easier.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Raw Githack

Download Raw Githack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Raw Githack Raw Githack
ID iichepgnbggmoaijfiphjodmhkbijmkf
Officiële URL https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf
Beschrijving Viewing html files with raw.githack.com made easier.
Bestandsgrootte 45.94 KB
Aantal Installaties 457
Huidige Versie 0.2
Laatst Bijgewerkt 2020-05-01
Publicatiedatum 2020-04-29
Ontwikkelaar Filip Chalupa
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/FilipChalupa/Raw-Githack/
Help Pagina-URL https://github.com/FilipChalupa/Raw-Githack/issues
URL van de Privacybeleid Pagina https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q
Ondersteunde Talen 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
}