TFS Team Room GIFer

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

TFS Team Room GIFer क्या है?

TFS Team Room GIFer Matt Giuliani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add makeshift animated GIF support to Team Foundation Server Team Rooms."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TFS Team Room GIFer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TFS Team Room GIFer TFS Team Room GIFer
ID jbbflngbpdnkacdkmecmcikamfkoakkk
आधिकारिक URL https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk
विवरण Add makeshift animated GIF support to Team Foundation Server Team Rooms.
फ़ाइल का आकार 39.08 KB
स्थापना संख्या 16
वर्तमान संस्करण 2.2
अंतिम अपडेट 2014-06-23
प्रकाशन तिथि 2014-06-23
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Matt Giuliani
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}