GitHub Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs.

Cos'è GitHub Isometric Contributions?

GitHub Isometric Contributions è un'estensione di Chrome sviluppata da jasonlong, e la sua funzione principale è "Renders an isometric pixel view of GitHub contribution graphs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GitHub Isometric Contributions

Scarica i file di estensione GitHub Isometric Contributions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GitHub Isometric Contributions GitHub Isometric Contributions
ID mjoedlfflcchnleknnceiplgaeoegien
URL Ufficiale https://chromewebstore.google.com/detail/github-isometric-contribu/mjoedlfflcchnleknnceiplgaeoegien
Descrizione Renders an isometric pixel view of GitHub contribution graphs.
Dimensione del File 402 KB
Conteggio Installazioni 10,000
Versione Corrente 1.1.28
Ultimo Aggiornamento 2023-11-20
Data di Pubblicazione 2020-07-04
Valutazione 4.81/5 Totale 99 Valutazioni
Sviluppatore jasonlong
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jasonlong/isometric-contributions
Lingue Supportate 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"
    }
}