TFS Finder
This extension open up the provided TFS Ticket in a new Tab.
TFS Finderとは何ですか?
TFS FinderはVarun Tyagiによって開発されたChromeの拡張機能で、その主な機能は「This extension open up the provided TFS Ticket in a new Tab.」です。
拡張機能のスクリーンショット
TFS Finder拡張機能のCRXファイルをダウンロード
TFS Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TFS Finder is an Extension which is meant for an specific group only. It can be used to open TFS tickets in Chrome which are only specific to a particular TFS server.
Prerequisites -
1) Need to set the TFS URL first under 'chrome://extensions/' > TFS Finder > Options.
2) Need to have a valid account on the mentioned TFS Server.", 拡張機能の基本情報
| 名前 | |
| ID | bgdmadmbgofokifonlmgmaoelcmioclo |
| 公式URL | https://chromewebstore.google.com/detail/tfs-finder/bgdmadmbgofokifonlmgmaoelcmioclo |
| 説明 | This extension open up the provided TFS Ticket in a new Tab. |
| ファイルサイズ | 28.94 KB |
| インストール数 | 21 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-07-21 |
| 公開日 | 2016-07-21 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | Varun Tyagi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TFS Finder",
"description": "This extension open up the provided TFS Ticket in a new Tab.",
"version": "1.0",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "iconbar.png",
"default_popup": "TFS.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"activeTab",
"storage"
]
} | |