GitHub Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs.

Co je GitHub Isometric Contributions?

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

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření GitHub 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í

                        This extension allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.                    

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

Název GitHub Isometric Contributions GitHub Isometric Contributions
ID mjoedlfflcchnleknnceiplgaeoegien
Oficiální URL https://chromewebstore.google.com/detail/github-isometric-contribu/mjoedlfflcchnleknnceiplgaeoegien
Popis Renders an isometric pixel view of GitHub contribution graphs.
Velikost souboru 402 KB
Počet instalací 10,000
Aktuální Verze 1.1.28
Poslední Aktualizace 2023-11-20
Datum Vydání 2020-07-04
Hodnocení 4.81/5 Celkem 99 Hodnocení
Vývojář jasonlong
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/jasonlong/isometric-contributions
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitHub Isometric Contributions",
    "version": "1.1.28",
    "description": "Renders an isometric pixel view of GitHub contribution graphs.",
    "content_scripts": [
        {
            "css": [
                "iso.34d57d55.css"
            ],
            "js": [
                "obelisk.min.2a1801a3.js",
                "iso.07d778d7.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/github.com\/"
    ],
    "icons": {
        "48": "icon-48.dd48a913.png",
        "128": "icon-128.780b77ed.png"
    }
}