RawGit for Github

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

¿Qué es RawGit for Github?

RawGit for Github es una extensión de Chrome desarrollada por Ash Connolly, y su función principal es "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión RawGit for Github

Descarga archivos de extensión RawGit for Github en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
URL Oficial https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
Descripción Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Tamaño del Archivo 35.19 KB
Cantidad de Instalaciones 105
Versión Actual 0.0.3
Última Actualización 2016-02-28
Fecha de Publicación 2016-02-28
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Ash Connolly
Tipo de Pago free
Sitio Web de la Extensión http://www.ashconnolly.com?ref=ext_rawgit_store
Idiomas Soportados 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"
    ]
}