TFS Team Room GIFer
Add makeshift animated GIF support to Team Foundation Server Team Rooms.
TFS Team Room GIFerとは何ですか?
TFS Team Room GIFerはMatt Giulianiによって開発されたChromeの拡張機能で、その主な機能は「Add makeshift animated GIF support to Team Foundation Server Team Rooms.」です。
拡張機能のスクリーンショット
TFS Team Room GIFer拡張機能のCRXファイルをダウンロード
TFS Team Room GIFer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make talking to your team fun again! Grab this extension for a hacky solution to one of the biggest deficiencies of Team Foundation Server Team Rooms - animated GIF support. While your at it, make the rest of your team install it as well, because they can't see your GIFs without it. And I bet you have some great ones to share! NEW IN 2.2! * Works with on-premises installations of TFS.
拡張機能の基本情報
名前 | |
ID | jbbflngbpdnkacdkmecmcikamfkoakkk |
公式URL | https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk |
説明 | Add makeshift animated GIF support to Team Foundation Server Team Rooms. |
ファイルサイズ | 39.08 KB |
インストール数 | 16 |
現在のバージョン | 2.2 |
最終更新日 | 2014-06-23 |
公開日 | 2014-06-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Matt Giuliani |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TFS Team Room GIFer", "description": "Add makeshift animated GIF support to Team Foundation Server Team Rooms.", "version": "2.2", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "minimum_chrome_version": "6.0.472.41", "manifest_version": 2, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/tfs\/_rooms*" ], "js": [ "jquery.js", "contentscript.js" ], "css": [ "content.css" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs" ] } |