TFS Team Room GIFer
Add makeshift animated GIF support to Team Foundation Server Team Rooms.
Vad är TFS Team Room GIFer?
TFS Team Room GIFer är en Chrome-tillägg utvecklad av Matt Giuliani, och dess huvudfunktion är "Add makeshift animated GIF support to Team Foundation Server Team Rooms.".
Tilläggsskärmbilder
Ladda ner TFS Team Room GIFer-förlängningens CRX-fil
Ladda ner TFS Team Room GIFer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jbbflngbpdnkacdkmecmcikamfkoakkk |
Officiell webbadress | https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk |
Beskrivning | Add makeshift animated GIF support to Team Foundation Server Team Rooms. |
Filstorlek | 39.08 KB |
Antal Installationer | 16 |
Aktuell Version | 2.2 |
Senast Uppdaterad | 2014-06-23 |
Publiceringsdatum | 2014-06-23 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Matt Giuliani |
Betalningssätt | free |
Stödda Språk | 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" ] } |