TFS Enhancements
This extension enhances Team Foundation Service sites
TFS Enhancementsとは何ですか?
TFS Enhancementsはhttp://www.codethug.comによって開発されたChromeの拡張機能で、その主な機能は「This extension enhances Team Foundation Service sites」です。
拡張機能のスクリーンショット
TFS Enhancements拡張機能のCRXファイルをダウンロード
TFS Enhancements拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | fnkmfpilihpmfooacmbicbphjpgichjl |
公式URL | https://chrome.google.com/webstore/detail/tfs-enhancements/fnkmfpilihpmfooacmbicbphjpgichjl |
説明 | This extension enhances Team Foundation Service sites |
ファイルサイズ | 129 KB |
インストール数 | 276 |
現在のバージョン | 1.0.7 |
最終更新日 | 2014-03-03 |
公開日 | 2014-03-03 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | http://www.codethug.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/codethug/TFSChromeExtension |
対応言語 | 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" } ] } |