Trello Board Color Changer
Let's you change your Trello boards background color.
Trello Board Color Changerคืออะไร?
Trello Board Color Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daergoth และคุณลักษณะหลักของมันคือ "Let's you change your Trello boards background color."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Board Color Changer
ดาวน์โหลดไฟล์ส่วนขยาย Trello Board Color Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This small extension let's you change your Trello boards background color. Further development is planned!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gkhfebpopgcijhcobafpmaomafhaghhb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trello-board-color-change/gkhfebpopgcijhcobafpmaomafhaghhb |
คำอธิบาย | Let's you change your Trello boards background color. |
ขนาดไฟล์ | 315 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2016-08-06 |
วันที่เผยแพร่ | 2016-08-06 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | daergoth |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Board Color Changer", "description": "Let's you change your Trello boards background color.", "version": "0.4", "permissions": [ "tabs", "storage", "*:\/\/trello.com\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Set your Trello boards background color", "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/b\/*" ], "js": [ "jquery\/jquery.min.js", "content-script.js" ] } ], "manifest_version": 2 } |