TFS Web Toolkit

Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.

What is TFS Web Toolkit?

TFS Web Toolkit is a Chrome extension developed by droud, and its main feature is "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".

Download TFS Web Toolkit Extension CRX File

Download TFS Web Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TFS Web Toolkit TFS Web Toolkit
ID dcehedppbhhlbejdhjokbfmgajgbibnd
Official URL https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd
Description Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
File Size 49.59 KB
Installation Count 10
Current Version 1.7
Last Updated 2014-06-30
Publish Date 2014-06-30
Rating 5.00/5 Total 3 Ratings
Developer droud
Payment Type free
Supported Languages 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"
    }
}