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是由droud開發的Chrome擴展程式,該擴展的主要功能是“Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.”。
下載TFS Web Toolkit擴展crx文件
下載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 |
| 官方網址 | 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"
}
} | |