Contribution Painter

Paint your Github Contribution panel pretty colors!

Contribution Painter क्या है?

Contribution Painter Tristan Wiley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Paint your Github Contribution panel pretty colors!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Contribution Painter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}