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