RawGit for Github

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

Cos'è RawGit for Github?

RawGit for Github è un'estensione di Chrome sviluppata da Ash Connolly, e la sua funzione principale è "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione RawGit for Github

Scarica i file di estensione RawGit for Github in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
URL Ufficiale https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
Descrizione Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Dimensione del File 35.19 KB
Conteggio Installazioni 105
Versione Corrente 0.0.3
Ultimo Aggiornamento 2016-02-28
Data di Pubblicazione 2016-02-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Ash Connolly
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ashconnolly.com?ref=ext_rawgit_store
Lingue Supportate 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"
    ]
}