TFS with Colors
This extension adds colors to the TFS task board
TFS with Colorsคืออะไร?
TFS with Colors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย egg 'n stone และคุณลักษณะหลักของมันคือ "This extension adds colors to the TFS task board"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TFS with Colors
ดาวน์โหลดไฟล์ส่วนขยาย TFS with Colors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds colors to the TFS task board
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TFS with Colors |
ID | kocgolegbneheghmldckeaflegjnflnn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tfs-with-colors/kocgolegbneheghmldckeaflegjnflnn |
คำอธิบาย | This extension adds colors to the TFS task board |
ขนาดไฟล์ | 38.75 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2016-02-01 |
วันที่เผยแพร่ | 2016-02-01 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | egg 'n stone |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TFS with Colors", "short_name": "TFS+Colors", "version": "0.4", "description": "This extension adds colors to the TFS task board", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "js": [ "scripts\/jquery-2.1.4.min.js", "scripts\/tools.js", "scripts\/settings.js", "scripts\/taskboard.js" ], "matches": [ "http:\/\/*\/*\/*\/_backlogs\/TaskBoard*", "https:\/\/*\/*\/*\/_backlogs\/TaskBoard*", "http:\/\/*\/*\/*\/_backlogs\/taskboard*", "https:\/\/*\/*\/*\/_backlogs\/taskboard*" ] } ], "options_page": "pages\/options.html", "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |