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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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\/*\/*"
            ]
        }
    ]
}