Github Pages Extension

Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.

O que é Github Pages Extension?

Github Pages Extension é uma extensão do Chrome desenvolvida por jan.monschke, e sua principal característica é "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Github Pages Extension

Baixe arquivos de extensão Github Pages Extension 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

                                            

Informações Básicas da Extensão

Nome Github Pages Extension Github Pages Extension
ID abglkfedjobofmldleaiippfdmefooem
URL Oficial https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem
Descrição Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Tamanho do Arquivo 65.59 KB
Contagem de Instalações 28
Versão Atual 1.0.1
Última Atualização 2013-01-18
Data de Publicação 2013-01-17
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor jan.monschke
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Pages Extension",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    }
}