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
}