TFS Web Toolkit

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

¿Qué es TFS Web Toolkit?

TFS Web Toolkit es una extensión de Chrome desarrollada por droud, y su función principal es "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".

Descargar Archivo CRX de la Extensión TFS Web Toolkit

Descarga archivos de extensión TFS Web Toolkit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TFS Web Toolkit TFS Web Toolkit
ID dcehedppbhhlbejdhjokbfmgajgbibnd
URL Oficial https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd
Descripción Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Tamaño del Archivo 49.59 KB
Cantidad de Instalaciones 10
Versión Actual 1.7
Última Actualización 2014-06-30
Fecha de Publicación 2014-06-30
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador droud
Tipo de Pago free
Idiomas Soportados 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"
    }
}