GitHub Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs.

Hvad er GitHub Isometric Contributions?

GitHub Isometric Contributions er en Chrome-udvidelse udviklet af jasonlong, og dens hovedfunktion er "Renders an isometric pixel view of GitHub contribution graphs.".

Udvidelsesskærmbilleder

screenshot

Download GitHub Isometric Contributions-udvidelses-CRX-fil

Download GitHub Isometric Contributions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn GitHub Isometric Contributions GitHub Isometric Contributions
ID mjoedlfflcchnleknnceiplgaeoegien
Officiel URL https://chromewebstore.google.com/detail/github-isometric-contribu/mjoedlfflcchnleknnceiplgaeoegien
Beskrivelse Renders an isometric pixel view of GitHub contribution graphs.
Filstørrelse 402 KB
Antal Installationer 10,000
Nuværende Version 1.1.28
Senest Opdateret 2023-11-20
Udgivelsesdato 2020-07-04
Bedømmelse 4.81/5 Samlet 99 Bedømmelser
Udvikler jasonlong
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jasonlong/isometric-contributions
Understøttede Sprog 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"
    }
}