GIF the Web

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

Hvad er GIF the Web?

GIF the Web er en Chrome-udvidelse udviklet af Andy Freeland, og dens hovedfunktion er "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download GIF the Web-udvidelses-CRX-fil

Download GIF the Web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn GIF the Web GIF the Web
ID lljgfacpcbajoiobfcgbijhbkfpibkhc
Officiel URL https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc
Beskrivelse Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Filstørrelse 85.61 KB
Antal Installationer 292
Nuværende Version 0.7.4
Senest Opdateret 2016-08-01
Udgivelsesdato 2016-08-01
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler Andy Freeland
Betalingsmetode free
Udvidelseswebsted https://github.com/rouge8/gif-the-web#readme
Hjælpeside-URL https://github.com/rouge8/gif-the-web/issues
Understøttede Sprog 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"
            ]
        }
    ]
}