TFS Enhancements
This extension enhances Team Foundation Service sites
Co to jest TFS Enhancements?
TFS Enhancements to rozszerzenie Chrome opracowane przez http://www.codethug.com, a jego główną funkcją jest „This extension enhances Team Foundation Service sites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TFS Enhancements
Pobierz pliki rozszerzeń TFS Enhancements w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This provides enhancements to Team Foundation Services found at visualstudio.com. For information about creating a TFS project, see http://tfs.visualstudio.com/. This does not require any server-side setup or installation. Features: - Blocked Tasks have a red left border on the task board - Description Textboxes can be resized vertically
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fnkmfpilihpmfooacmbicbphjpgichjl |
Oficjalny URL | https://chrome.google.com/webstore/detail/tfs-enhancements/fnkmfpilihpmfooacmbicbphjpgichjl |
Opis | This extension enhances Team Foundation Service sites |
Rozmiar pliku | 129 KB |
Liczba instalacji | 276 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2014-03-03 |
Data Publikacji | 2014-03-03 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | http://www.codethug.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/codethug/TFSChromeExtension |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TFS Enhancements", "description": "This extension enhances Team Foundation Service sites", "version": "1.0.7", "author": "Tim Larson, @codethug", "homepage_url": "https:\/\/github.com\/codethug\/TFSChromeExtension", "icons": { "128": "Visual Studio 2012-128.png" }, "options_page": "options.html", "background": { "scripts": [ "settings.js", "eventpage.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "storage", "https:\/\/*.visualstudio.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*.visualstudio.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |