TFS Helper: TFS workitem extensions

TFS Helper: TFS workitem extensions

A number of TFS helper utilities providing enhanced usability of test case tools.

Merlin
Additional files are visible only to premium users

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