TFS Web Toolkit
Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Wat is TFS Web Toolkit?
TFS Web Toolkit is een Chrome-extensie ontwikkeld door droud, en de belangrijkste functie is "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".
Download het CRX-bestand van de extensie TFS Web Toolkit
Download TFS Web Toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dcehedppbhhlbejdhjokbfmgajgbibnd |
Officiële URL | https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd |
Beschrijving | Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views. |
Bestandsgrootte | 49.59 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2014-06-30 |
Publicatiedatum | 2014-06-30 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | droud |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |