TFS Web Toolkit
Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
TFS Web Toolkitคืออะไร?
TFS Web Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย droud และคุณลักษณะหลักของมันคือ "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TFS Web Toolkit
ดาวน์โหลดไฟล์ส่วนขยาย TFS Web Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Expands HTML editors on backlog items, removes join/part notifications from team chat, sets default new item type on backlog list view, and automatically refreshes backlog board views.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dcehedppbhhlbejdhjokbfmgajgbibnd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd |
คำอธิบาย | Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views. |
ขนาดไฟล์ | 49.59 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2014-06-30 |
วันที่เผยแพร่ | 2014-06-30 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | droud |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TFS Web Toolkit", "version": "1.7", "manifest_version": 2, "description": "Expands HTML editors on backlog items, removes join\/part notifications from team chat, and refreshes backlog views.", "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/tfs\/*", "https:\/\/*\/tfs\/*" ], "js": [ "scripts\/tfs.web.toolkit.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |