GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
GitHub Color Changerคืออะไร?
GitHub Color Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timothycarambat.com และคุณลักษณะหลักของมันคือ "This extension changes the GitHub Icon Color Randomly"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Color Changer
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Color Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This simple extension changes the current styling of the github header Octocat. It will change the color from white to any color in the rainbow, which looks great against the black header bar that is not very lively. A small, but warm change for the career developer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
คำอธิบาย | This extension changes the GitHub Icon Color Randomly |
ขนาดไฟล์ | 49.82 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-04-02 |
วันที่เผยแพร่ | 2017-04-01 |
ผู้พัฒนา | https://timothycarambat.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Color Changer", "version": "0.0.1", "manifest_version": 2, "description": "This extension changes the GitHub Icon Color Randomly", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "*:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "js\/jquery.min.js", "js\/color_change.js" ] } ] } |