Raw Githack

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

Qu'est-ce que Raw Githack ?

Raw Githack est une extension Chrome développée par Filip Chalupa, et sa fonction principale est "Viewing html files with raw.githack.com made easier.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Raw Githack

Téléchargez les fichiers d'extension Raw Githack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Raw Githack Raw Githack
ID iichepgnbggmoaijfiphjodmhkbijmkf
URL Officiel https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf
Description Viewing html files with raw.githack.com made easier.
Taille du Fichier 45.94 KB
Nombre d'Installations 457
Version Actuelle 0.2
Dernière Mise à Jour 2020-05-01
Date de Publication 2020-04-29
Développeur Filip Chalupa
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/FilipChalupa/Raw-Githack/
URL de la Page d'Aide https://github.com/FilipChalupa/Raw-Githack/issues
URL de la Page de Politique de Confidentialité https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q
Langues Prises en Charge 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
}