TFS Web Toolkit
Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Was ist TFS Web Toolkit?
TFS Web Toolkit ist eine Chrome-Erweiterung, die von droud entwickelt wurde, und ihr Hauptmerkmal ist "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".
TFS Web Toolkit-Erweiterungs-CRX-Datei herunterladen
Laden Sie TFS Web Toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dcehedppbhhlbejdhjokbfmgajgbibnd |
| Offizielle URL | https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd |
| Beschreibung | Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views. |
| Dateigröße | 49.59 KB |
| Installationsanzahl | 10 |
| Aktuelle Version | 1.7 |
| Letztes Update | 2014-06-30 |
| Veröffentlichungsdatum | 2014-06-30 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | droud |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |