Make GitHub Greater

Let's make GitHub greater.

O que é Make GitHub Greater?

Make GitHub Greater é uma extensão do Chrome desenvolvida por Justineo, e sua principal característica é "Let's make GitHub greater.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Make GitHub Greater

Baixe arquivos de extensão Make GitHub Greater 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

                        Start customizing the color of your GitHub header right now! Just double click the header and here we go!                    

Informações Básicas da Extensão

Nome Make GitHub Greater Make GitHub Greater
ID emijicijbkhnobkceaeaekiiapnkdnlp
URL Oficial https://chromewebstore.google.com/detail/make-github-greater/emijicijbkhnobkceaeaekiiapnkdnlp
Descrição Let's make GitHub greater.
Tamanho do Arquivo 72.77 KB
Contagem de Instalações 31
Versão Atual 1.0.1
Última Atualização 2017-02-20
Data de Publicação 2017-02-20
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Justineo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make GitHub Greater",
    "description": "Let's make GitHub greater.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "https:\/\/github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/justineo.github.io\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}