TFS Team Room GIFer

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

ما هو TFS Team Room GIFer؟

TFS Team Room GIFer هو إضافة Chrome تم تطويرها بواسطة Matt Giuliani، والميزة الرئيسية لها هي "Add makeshift animated GIF support to Team Foundation Server Team Rooms.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TFS Team Room GIFer

قم بتنزيل ملفات الامتداد TFS Team Room GIFer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}