GitHub Pride Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.

O que é GitHub Pride Isometric Contributions?

GitHub Pride Isometric Contributions é uma extensão do Chrome desenvolvida por ananibunny, e sua principal característica é "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".

Baixar o arquivo CRX da Extensão GitHub Pride Isometric Contributions

Baixe arquivos de extensão GitHub Pride Isometric Contributions 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 Pride Isometric Contributions GitHub Pride Isometric Contributions
ID mocilklljjenmbejegmfhiomeieabhlb
URL Oficial https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb
Descrição Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Tamanho do Arquivo 66.71 KB
Contagem de Instalações 51
Versão Atual 1.0.0
Última Atualização 2015-06-30
Data de Publicação 2015-06-30
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor ananibunny
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Pride Isometric Contributions",
    "version": "1.0.0",
    "description": "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.",
    "content_scripts": [
        {
            "css": [
                "iso.css"
            ],
            "js": [
                "jquery.min.js",
                "obelisk.min.js",
                "iso.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}