TFS Web Toolkit

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

Co to jest TFS Web Toolkit?

TFS Web Toolkit to rozszerzenie Chrome opracowane przez droud, a jego główną funkcją jest „Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.”.

Pobierz plik CRX rozszerzenia TFS Web Toolkit

Pobierz pliki rozszerzeń TFS Web Toolkit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TFS Web Toolkit TFS Web Toolkit
ID dcehedppbhhlbejdhjokbfmgajgbibnd
Oficjalny URL https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd
Opis Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Rozmiar pliku 49.59 KB
Liczba instalacji 10
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2014-06-30
Data Publikacji 2014-06-30
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper droud
Typ Płatności free
Obsługiwane Języki 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"
    }
}