Contribution Painter

Paint your Github Contribution panel pretty colors!

Qu'est-ce que Contribution Painter ?

Contribution Painter est une extension Chrome développée par Tristan Wiley, et sa fonction principale est "Paint your Github Contribution panel pretty colors!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Contribution Painter

Téléchargez les fichiers d'extension Contribution Painter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Contribution Painter Contribution Painter
ID poalnbpalokfhigihgaoalbjcblkbaec
URL Officiel https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec
Description Paint your Github Contribution panel pretty colors!
Taille du Fichier 17.6 KB
Nombre d'Installations 51
Version Actuelle 1.1
Dernière Mise à Jour 2017-02-08
Date de Publication 2017-02-08
Évaluation 3.67/5 Total 3 Évaluations
Développeur Tristan Wiley
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}