GitHub Pride Isometric Contributions

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

Co je GitHub Pride Isometric Contributions?

GitHub Pride Isometric Contributions je rozšíření Chrome vyvinuté ananibunny, a jeho hlavní funkcí je „Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.“.

Stáhnout soubor CRX rozšíření GitHub Pride Isometric Contributions

Stáhněte si soubory rozšíření GitHub Pride Isometric Contributions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název GitHub Pride Isometric Contributions GitHub Pride Isometric Contributions
ID mocilklljjenmbejegmfhiomeieabhlb
Oficiální URL https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb
Popis Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Velikost souboru 66.71 KB
Počet instalací 51
Aktuální Verze 1.0.0
Poslední Aktualizace 2015-06-30
Datum Vydání 2015-06-30
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář ananibunny
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}