GIF the Web

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

O que é GIF the Web?

GIF the Web é uma extensão do Chrome desenvolvida por Andy Freeland, e sua principal característica é "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GIF the Web

Baixe arquivos de extensão GIF the Web no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome GIF the Web GIF the Web
ID lljgfacpcbajoiobfcgbijhbkfpibkhc
URL Oficial https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc
Descrição Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
Tamanho do Arquivo 85.61 KB
Contagem de Instalações 292
Versão Atual 0.7.4
Última Atualização 2016-08-01
Data de Publicação 2016-08-01
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Andy Freeland
Tipo de Pagamento free
Site da Extensão https://github.com/rouge8/gif-the-web#readme
URL da Página de Ajuda https://github.com/rouge8/gif-the-web/issues
Idiomas Suportados 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"
            ]
        }
    ]
}