Contribution Painter

Paint your Github Contribution panel pretty colors!

什麼是Contribution Painter?

Contribution Painter是由Tristan Wiley開發的Chrome擴展程式,該擴展的主要功能是“Paint your Github Contribution panel pretty colors!”。

擴展截圖

screenshot

下載Contribution Painter擴展crx文件

下載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
官方網址 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
}