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 |
| 官方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"
}
} | |