RawGit for Github

Quickly convert Github links to RawGit links so that they can be used in development or production environments.

Was ist RawGit for Github?

RawGit for Github ist eine Chrome-Erweiterung, die von Ash Connolly entwickelt wurde, und ihr Hauptmerkmal ist "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".

Erweiterungsscreenshots

screenshot
screenshot

RawGit for Github-Erweiterungs-CRX-Datei herunterladen

Laden Sie RawGit for Github-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        RawGit serves raw files directly from GitHub with proper Content-Type headers.

This extension allows you to use RawGit directly from Github. The extension will appear in the address bar when viewing a file on Github.

Visit https://rawgit.com/ for more information.                    

Grundlegende Informationen zur Erweiterung

Name RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
Offizielle URL https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
Beschreibung Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Dateigröße 35.19 KB
Installationsanzahl 105
Aktuelle Version 0.0.3
Letztes Update 2016-02-28
Veröffentlichungsdatum 2016-02-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Ash Connolly
Zahlungsart free
Erweiterungswebsite http://www.ashconnolly.com?ref=ext_rawgit_store
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RawGit for Github",
    "version": "0.0.3",
    "description": "Quickly convert Github links to RawGit links so that they can be used in development or production environments.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "RawGit for Github",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.github.com\/",
        "http:\/\/www.github.com\/",
        "tabs",
        "storage"
    ]
}