GIF the Web

Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.

Co je GIF the Web?

GIF the Web je rozšíření Chrome vyvinuté Andy Freeland, a jeho hlavní funkcí je „Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GIF the Web

Stáhněte si soubory rozšíření GIF the Web ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Have you ever wished Facebook animated GIFs like a real website?

Have you ever wanted gchat (including hangouts!) to show images inline?

Well, now they do. The web just got more awesome.

Now with Google Hangouts support!                    

Základní Informace o Rozšíření

Název GIF the Web GIF the Web
ID lljgfacpcbajoiobfcgbijhbkfpibkhc
Oficiální URL https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc
Popis Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Velikost souboru 85.61 KB
Počet instalací 292
Aktuální Verze 0.7.4
Poslední Aktualizace 2016-08-01
Datum Vydání 2016-08-01
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Andy Freeland
Typ Platby free
Webové stránky Rozšíření https://github.com/rouge8/gif-the-web#readme
URL Stránky Nápovědy https://github.com/rouge8/gif-the-web/issues
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIF the Web",
    "version": "0.7.4",
    "manifest_version": 2,
    "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.",
    "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "sites\/facebook.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "sites\/mail.google.com.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/talkgadget.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "URI.js",
                "sites\/talkgadget.google.com.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "lodash.js",
                "URI.js",
                "sites\/talkgadget.google.com.js"
            ]
        }
    ]
}