TFS Web Toolkit
Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
Hvad er TFS Web Toolkit?
TFS Web Toolkit er en Chrome-udvidelse udviklet af droud, og dens hovedfunktion er "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".
Download TFS Web Toolkit-udvidelses-CRX-fil
Download TFS Web Toolkit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dcehedppbhhlbejdhjokbfmgajgbibnd |
| Officiel URL | https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd |
| Beskrivelse | Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views. |
| Filstørrelse | 49.59 KB |
| Antal Installationer | 10 |
| Nuværende Version | 1.7 |
| Senest Opdateret | 2014-06-30 |
| Udgivelsesdato | 2014-06-30 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | droud |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |