TFS Web Toolkit
Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Qu'est-ce que TFS Web Toolkit ?
TFS Web Toolkit est une extension Chrome développée par droud, et sa fonction principale est "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".
Télécharger le fichier CRX de l'extension TFS Web Toolkit
Téléchargez les fichiers d'extension TFS Web Toolkit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dcehedppbhhlbejdhjokbfmgajgbibnd |
URL Officiel | https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd |
Description | Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views. |
Taille du Fichier | 49.59 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2014-06-30 |
Date de Publication | 2014-06-30 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | droud |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |