TFS Web Toolkit

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

Vad är TFS Web Toolkit?

TFS Web Toolkit är en Chrome-tillägg utvecklad av droud, och dess huvudfunktion är "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".

Ladda ner TFS Web Toolkit-förlängningens CRX-fil

Ladda ner TFS Web Toolkit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TFS Web Toolkit TFS Web Toolkit
ID dcehedppbhhlbejdhjokbfmgajgbibnd
Officiell webbadress https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd
Beskrivning Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Filstorlek 49.59 KB
Antal Installationer 10
Aktuell Version 1.7
Senast Uppdaterad 2014-06-30
Publiceringsdatum 2014-06-30
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare droud
Betalningssätt free
Stödda Språk 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"
    }
}