github contributions paint
You can paint github contributions panel
github contributions paintคืออะไร?
github contributions paint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย inouetakumon และคุณลักษณะหลักของมันคือ "You can paint github contributions panel"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย github contributions paint
ดาวน์โหลดไฟล์ส่วนขยาย github contributions paint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GithubのContributionsでお絵描きができます。 また色のテーマが変更可能です。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bdibnecenojddgmjplnfehpjdmkiddok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/github-contributions-pain/bdibnecenojddgmjplnfehpjdmkiddok |
คำอธิบาย | You can paint github contributions panel |
ขนาดไฟล์ | 13.77 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-12-19 |
วันที่เผยแพร่ | 2017-12-19 |
ผู้พัฒนา | inouetakumon |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Takumon/github-contributions-paint |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "storage", "tabs", "http:\/\/github.com\/*", "https:\/\/github.com\/*" ], "browser_action": { "default_title": "Change colors.", "default_icon": "images\/icon-16.png", "default_popup": "pages\/popup.html" }, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "scripts\/paint.js", "scripts\/control-theme.js" ], "css": [ "styles\/inject.css" ] } ] } |