TFS Team Room GIFer
Add makeshift animated GIF support to Team Foundation Server Team Rooms.
¿Qué es TFS Team Room GIFer?
TFS Team Room GIFer es una extensión de Chrome desarrollada por Matt Giuliani, y su función principal es "Add makeshift animated GIF support to Team Foundation Server Team Rooms.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TFS Team Room GIFer
Descarga archivos de extensión TFS Team Room GIFer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | jbbflngbpdnkacdkmecmcikamfkoakkk |
URL Oficial | https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk |
Descripción | Add makeshift animated GIF support to Team Foundation Server Team Rooms. |
Tamaño del Archivo | 39.08 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 2.2 |
Última Actualización | 2014-06-23 |
Fecha de Publicación | 2014-06-23 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Matt Giuliani |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |