TFS Web Toolkit

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

Cos'è TFS Web Toolkit?

TFS Web Toolkit è un'estensione di Chrome sviluppata da droud, e la sua funzione principale è "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".

Scarica il file CRX dell'estensione TFS Web Toolkit

Scarica i file di estensione TFS Web Toolkit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TFS Web Toolkit TFS Web Toolkit
ID dcehedppbhhlbejdhjokbfmgajgbibnd
URL Ufficiale https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd
Descrizione Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Dimensione del File 49.59 KB
Conteggio Installazioni 10
Versione Corrente 1.7
Ultimo Aggiornamento 2014-06-30
Data di Pubblicazione 2014-06-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore droud
Tipo di Pagamento free
Lingue Supportate 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"
    }
}