TFS Team Room GIFer
Add makeshift animated GIF support to Team Foundation Server Team Rooms.
Cos'è TFS Team Room GIFer?
TFS Team Room GIFer è un'estensione di Chrome sviluppata da Matt Giuliani, e la sua funzione principale è "Add makeshift animated GIF support to Team Foundation Server Team Rooms.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TFS Team Room GIFer
Scarica i file di estensione TFS Team Room GIFer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jbbflngbpdnkacdkmecmcikamfkoakkk |
URL Ufficiale | https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk |
Descrizione | Add makeshift animated GIF support to Team Foundation Server Team Rooms. |
Dimensione del File | 39.08 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2014-06-23 |
Data di Pubblicazione | 2014-06-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Matt Giuliani |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |