TFS Web Toolkit
Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
TFS Web Toolkit là gì?
TFS Web Toolkit là một tiện ích mở rộng Chrome được phát triển bởi droud, và tính năng chính của nó là "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".
Tải xuống tệp CRX của tiện ích mở rộng TFS Web Toolkit
Tải xuống các tệp mở rộng TFS Web Toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dcehedppbhhlbejdhjokbfmgajgbibnd |
URL Chính Thức | https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd |
Mô tả | Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views. |
Kích Thước Tệp | 49.59 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2014-06-30 |
Ngày Phát Hành | 2014-06-30 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | droud |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |