Contribution Painter

Paint your Github Contribution panel pretty colors!

Apa itu Contribution Painter?

Contribution Painter adalah ekstensi Chrome yang dikembangkan oleh Tristan Wiley, dan fitur utamanya adalah "Paint your Github Contribution panel pretty colors!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Contribution Painter

Unduh file ekstensi Contribution Painter 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

                        Paint your (or someone else's) Github contribution panel! Make it pretty colors, make a meme, make it say something. You have 5 colors to choose from.

To use press shift and press the blocks in the color pane.                    

Informasi Dasar Ekstensi

Nama Contribution Painter Contribution Painter
ID poalnbpalokfhigihgaoalbjcblkbaec
URL Resmi https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec
Deskripsi Paint your Github Contribution panel pretty colors!
Ukuran File 17.6 KB
Jumlah Instalasi 51
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-02-08
Tanggal Publikasi 2017-02-08
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Tristan Wiley
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contribution Painter",
    "description": "Paint your Github Contribution panel pretty colors!",
    "version": "1.1",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "browser_action": {
        "default_title": "Change colors.",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}