Contribution Painter

Paint your Github Contribution panel pretty colors!

Cos'è Contribution Painter?

Contribution Painter è un'estensione di Chrome sviluppata da Tristan Wiley, e la sua funzione principale è "Paint your Github Contribution panel pretty colors!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Contribution Painter

Scarica i file di estensione Contribution Painter 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Contribution Painter Contribution Painter
ID poalnbpalokfhigihgaoalbjcblkbaec
URL Ufficiale https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec
Descrizione Paint your Github Contribution panel pretty colors!
Dimensione del File 17.6 KB
Conteggio Installazioni 51
Versione Corrente 1.1
Ultimo Aggiornamento 2017-02-08
Data di Pubblicazione 2017-02-08
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Tristan Wiley
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}