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
官方網址 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\/*\/*"
            ]
        }
    ]
}