Contribution Painter

Paint your Github Contribution panel pretty colors!

Hvad er Contribution Painter?

Contribution Painter er en Chrome-udvidelse udviklet af Tristan Wiley, og dens hovedfunktion er "Paint your Github Contribution panel pretty colors!".

Udvidelsesskærmbilleder

screenshot

Download Contribution Painter-udvidelses-CRX-fil

Download Contribution Painter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Contribution Painter Contribution Painter
ID poalnbpalokfhigihgaoalbjcblkbaec
Officiel URL https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec
Beskrivelse Paint your Github Contribution panel pretty colors!
Filstørrelse 17.6 KB
Antal Installationer 51
Nuværende Version 1.1
Senest Opdateret 2017-02-08
Udgivelsesdato 2017-02-08
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Tristan Wiley
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}