TFS Team Room GIFer

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

Apa itu TFS Team Room GIFer?

TFS Team Room GIFer adalah ekstensi Chrome yang dikembangkan oleh Matt Giuliani, dan fitur utamanya adalah "Add makeshift animated GIF support to Team Foundation Server Team Rooms.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TFS Team Room GIFer

Unduh file ekstensi TFS Team Room GIFer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TFS Team Room GIFer TFS Team Room GIFer
ID jbbflngbpdnkacdkmecmcikamfkoakkk
URL Resmi https://chrome.google.com/webstore/detail/tfs-team-room-gifer/jbbflngbpdnkacdkmecmcikamfkoakkk
Deskripsi Add makeshift animated GIF support to Team Foundation Server Team Rooms.
Ukuran File 39.08 KB
Jumlah Instalasi 16
Versi Saat Ini 2.2
Terakhir Diperbarui 2014-06-23
Tanggal Publikasi 2014-06-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Matt Giuliani
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}