RawGit for Github

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

O que é RawGit for Github?

RawGit for Github é uma extensão do Chrome desenvolvida por Ash Connolly, e sua principal característica é "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão RawGit for Github

Baixe arquivos de extensão RawGit for Github no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
URL Oficial https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
Descrição Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Tamanho do Arquivo 35.19 KB
Contagem de Instalações 105
Versão Atual 0.0.3
Última Atualização 2016-02-28
Data de Publicação 2016-02-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Ash Connolly
Tipo de Pagamento free
Site da Extensão http://www.ashconnolly.com?ref=ext_rawgit_store
Idiomas Suportados 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"
    ]
}