TFS Team Room GIFer

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

TFS Team Room GIFer là gì?

TFS Team Room GIFer là một tiện ích mở rộng Chrome được phát triển bởi Matt Giuliani, và tính năng chính của nó là "Add makeshift animated GIF support to Team Foundation Server Team Rooms.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TFS Team Room GIFer

Tải xuống các tệp mở rộng TFS Team Room GIFer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TFS Team Room GIFer TFS Team Room GIFer
ID jbbflngbpdnkacdkmecmcikamfkoakkk
URL Chính Thức https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk
Mô tả Add makeshift animated GIF support to Team Foundation Server Team Rooms.
Kích Thước Tệp 39.08 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2014-06-23
Ngày Phát Hành 2014-06-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Matt Giuliani
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}