Contribution Painter

Paint your Github Contribution panel pretty colors!

Τι είναι το Contribution Painter;

Το Contribution Painter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tristan Wiley, και η κύρια λειτουργία του είναι "Paint your Github Contribution panel pretty colors!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Contribution Painter

Λήψη αρχείων επέκτασης Contribution Painter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Contribution Painter Contribution Painter
ID poalnbpalokfhigihgaoalbjcblkbaec
Επίσημο URL https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec
Περιγραφή Paint your Github Contribution panel pretty colors!
Μέγεθος Αρχείου 17.6 KB
Αριθμός Εγκαταστάσεων 51
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-02-08
Ημερομηνία Δημοσίευσης 2017-02-08
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Tristan Wiley
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}