TFS Team Room GIFer

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

Qu'est-ce que TFS Team Room GIFer ?

TFS Team Room GIFer est une extension Chrome développée par Matt Giuliani, et sa fonction principale est "Add makeshift animated GIF support to Team Foundation Server Team Rooms.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TFS Team Room GIFer

Téléchargez les fichiers d'extension TFS Team Room GIFer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TFS Team Room GIFer TFS Team Room GIFer
ID jbbflngbpdnkacdkmecmcikamfkoakkk
URL Officiel https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk
Description Add makeshift animated GIF support to Team Foundation Server Team Rooms.
Taille du Fichier 39.08 KB
Nombre d'Installations 16
Version Actuelle 2.2
Dernière Mise à Jour 2014-06-23
Date de Publication 2014-06-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur Matt Giuliani
Type de Paiement free
Langues Prises en Charge 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"
    ]
}