GitHub Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs.

Wat is GitHub Isometric Contributions?

GitHub Isometric Contributions is een Chrome-extensie ontwikkeld door jasonlong, en de belangrijkste functie is "Renders an isometric pixel view of GitHub contribution graphs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub Isometric Contributions

Download GitHub Isometric Contributions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam GitHub Isometric Contributions GitHub Isometric Contributions
ID mjoedlfflcchnleknnceiplgaeoegien
Officiële URL https://chromewebstore.google.com/detail/github-isometric-contribu/mjoedlfflcchnleknnceiplgaeoegien
Beschrijving Renders an isometric pixel view of GitHub contribution graphs.
Bestandsgrootte 402 KB
Aantal Installaties 10,000
Huidige Versie 1.1.28
Laatst Bijgewerkt 2023-11-20
Publicatiedatum 2020-07-04
Beoordeling 4.81/5 Totaal 99 Beoordelingen
Ontwikkelaar jasonlong
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jasonlong/isometric-contributions
Ondersteunde Talen 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"
    }
}