GIF the Web

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

¿Qué es GIF the Web?

GIF the Web es una extensión de Chrome desarrollada por Andy Freeland, y su función principal es "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GIF the Web

Descarga archivos de extensión GIF the Web en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre GIF the Web GIF the Web
ID lljgfacpcbajoiobfcgbijhbkfpibkhc
URL Oficial https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc
Descripción Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Tamaño del Archivo 85.61 KB
Cantidad de Instalaciones 292
Versión Actual 0.7.4
Última Actualización 2016-08-01
Fecha de Publicación 2016-08-01
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador Andy Freeland
Tipo de Pago free
Sitio Web de la Extensión https://github.com/rouge8/gif-the-web#readme
URL de la Página de Ayuda https://github.com/rouge8/gif-the-web/issues
Idiomas Soportados 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"
            ]
        }
    ]
}