GitHub Pride Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.

Apa itu GitHub Pride Isometric Contributions?

GitHub Pride Isometric Contributions adalah ekstensi Chrome yang dikembangkan oleh ananibunny, dan fitur utamanya adalah "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".

Unduh Berkas CRX Ekstensi GitHub Pride Isometric Contributions

Unduh file ekstensi GitHub Pride 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

                                            

Informasi Dasar Ekstensi

Nama GitHub Pride Isometric Contributions GitHub Pride Isometric Contributions
ID mocilklljjenmbejegmfhiomeieabhlb
URL Resmi https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb
Deskripsi Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Ukuran File 66.71 KB
Jumlah Instalasi 51
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2015-06-30
Tanggal Publikasi 2015-06-30
Penilaian 1.00/5 Total 1 Penilaian
Pengembang ananibunny
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Pride Isometric Contributions",
    "version": "1.0.0",
    "description": "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.",
    "content_scripts": [
        {
            "css": [
                "iso.css"
            ],
            "js": [
                "jquery.min.js",
                "obelisk.min.js",
                "iso.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}