Raw Githack

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

Vad är Raw Githack?

Raw Githack är en Chrome-tillägg utvecklad av Filip Chalupa, och dess huvudfunktion är "Viewing html files with raw.githack.com made easier.".

Tilläggsskärmbilder

screenshot

Ladda ner Raw Githack-förlängningens CRX-fil

Ladda ner Raw Githack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Raw Githack Raw Githack
ID iichepgnbggmoaijfiphjodmhkbijmkf
Officiell webbadress https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf
Beskrivning Viewing html files with raw.githack.com made easier.
Filstorlek 45.94 KB
Antal Installationer 457
Aktuell Version 0.2
Senast Uppdaterad 2020-05-01
Publiceringsdatum 2020-04-29
Utvecklare Filip Chalupa
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/FilipChalupa/Raw-Githack/
Hjälpsida URL https://github.com/FilipChalupa/Raw-Githack/issues
URL till Sekretesspolicy Sidan https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q
Stödda Språk 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
}