GitHub Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs.

Apa itu GitHub Isometric Contributions?

GitHub Isometric Contributions adalah ekstensi Chrome yang dikembangkan oleh jasonlong, dan fitur utamanya adalah "Renders an isometric pixel view of GitHub contribution graphs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GitHub Isometric Contributions

Unduh file ekstensi GitHub Isometric Contributions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama GitHub Isometric Contributions GitHub Isometric Contributions
ID mjoedlfflcchnleknnceiplgaeoegien
URL Resmi https://chromewebstore.google.com/detail/github-isometric-contribu/mjoedlfflcchnleknnceiplgaeoegien
Deskripsi Renders an isometric pixel view of GitHub contribution graphs.
Ukuran File 402 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.1.28
Terakhir Diperbarui 2023-11-20
Tanggal Publikasi 2020-07-04
Penilaian 4.81/5 Total 99 Penilaian
Pengembang jasonlong
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jasonlong/isometric-contributions
Bahasa yang Didukung 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"
    }
}