TFS Team Room GIFer

Add makeshift animated GIF support to Team Foundation Server Team Rooms.

Wat is TFS Team Room GIFer?

TFS Team Room GIFer is een Chrome-extensie ontwikkeld door Matt Giuliani, en de belangrijkste functie is "Add makeshift animated GIF support to Team Foundation Server Team Rooms.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TFS Team Room GIFer

Download TFS Team Room GIFer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TFS Team Room GIFer TFS Team Room GIFer
ID jbbflngbpdnkacdkmecmcikamfkoakkk
Officiële URL https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk
Beschrijving Add makeshift animated GIF support to Team Foundation Server Team Rooms.
Bestandsgrootte 39.08 KB
Aantal Installaties 16
Huidige Versie 2.2
Laatst Bijgewerkt 2014-06-23
Publicatiedatum 2014-06-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Matt Giuliani
Betalingswijze free
Ondersteunde Talen 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"
    ]
}