TFS Web Toolkit

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

Apa itu TFS Web Toolkit?

TFS Web Toolkit adalah ekstensi Chrome yang dikembangkan oleh droud, dan fitur utamanya adalah "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".

Unduh Berkas CRX Ekstensi TFS Web Toolkit

Unduh file ekstensi TFS Web Toolkit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TFS Web Toolkit TFS Web Toolkit
ID dcehedppbhhlbejdhjokbfmgajgbibnd
URL Resmi https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd
Deskripsi Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Ukuran File 49.59 KB
Jumlah Instalasi 10
Versi Saat Ini 1.7
Terakhir Diperbarui 2014-06-30
Tanggal Publikasi 2014-06-30
Penilaian 5.00/5 Total 3 Penilaian
Pengembang droud
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}