TFS Helper: TFS workitem extensions
A number of TFS helper utilities providing enhanced usability of test case tools.
TFS Helper: TFS workitem extensionsとは何ですか?
TFS Helper: TFS workitem extensionsはDavid Ketlerによって開発されたChromeの拡張機能で、その主な機能は「A number of TFS helper utilities providing enhanced usability of test case tools.」です。
拡張機能のスクリーンショット
TFS Helper: TFS workitem extensions拡張機能のCRXファイルをダウンロード
TFS Helper: TFS workitem extensions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension for Google Chrome to add a number of usability improvements to Team Foundation Service (TFS) 2013. This plugin adds the following functionalities: User-readable HTMLDecode conversion of Test Case steps audit Diff (PrettyTextDiff) performed with results inserted under the Steps audit table Diff (PrettyTextDiff) performed with results inserted under the Local Data Source table Diff (PrettyTextDiff) performed on Review Minutes Replacement of parameters with actual parameters in the test runner
拡張機能の基本情報
名前 | TFS Helper: TFS workitem extensions |
ID | pgblkgkpnpjembdjljbiojlnaecljnii |
公式URL | https://chromewebstore.google.com/detail/tfs-helper-tfs-workitem-e/pgblkgkpnpjembdjljbiojlnaecljnii |
説明 | A number of TFS helper utilities providing enhanced usability of test case tools. |
ファイルサイズ | 42.5 KB |
インストール数 | 299 |
現在のバージョン | 1.1 |
最終更新日 | 2015-05-27 |
公開日 | 2015-05-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | David Ketler |
支払い方法 | free |
拡張機能のウェブサイト | http://awarebit.com/blog?post=tfs_helper_chrome_extension |
ヘルプページのURL | https://github.com/ketlerd/TFS_Helper |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TFS Helper: TFS workitem extensions", "short_name": "TFS Helper", "version": "1.1", "description": "A number of TFS helper utilities providing enhanced usability of test case tools.", "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "diff.css" ], "js": [ "jquery-2.1.0.min.js", "jquery.watch.min.js", "diff_match_patch.js", "jquery.pretty-text-diff.min.js", "tfsHelper.js" ], "matches": [ "http:\/\/*\/tfs\/*\/*", "https:\/\/*\/tfs\/*\/*" ] } ] } |