TFS Enhancements
This extension enhances Team Foundation Service sites
TFS Enhancements là gì?
TFS Enhancements là một tiện ích mở rộng Chrome được phát triển bởi http://www.codethug.com, và tính năng chính của nó là "This extension enhances Team Foundation Service sites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TFS Enhancements
Tải xuống các tệp mở rộng TFS Enhancements dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fnkmfpilihpmfooacmbicbphjpgichjl |
URL Chính Thức | https://chrome.google.com/webstore/detail/tfs-enhancements/fnkmfpilihpmfooacmbicbphjpgichjl |
Mô tả | This extension enhances Team Foundation Service sites |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 276 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2014-03-03 |
Ngày Phát Hành | 2014-03-03 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://www.codethug.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/codethug/TFSChromeExtension |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |