SelectGIF

Select a word and get Gif Image :)

O que é SelectGIF?

SelectGIF é uma extensão do Chrome desenvolvida por http://sage.ga, e sua principal característica é "Select a word and get Gif Image :)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SelectGIF

Baixe arquivos de extensão SelectGIF 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

                        Select a word and Click on the Browser Icon on the top right corner, You will get the Gif relevent to that.

Random Gif Generator. 

Just Click on the icon and Have fun with Gif.                    

Informações Básicas da Extensão

Nome SelectGIF SelectGIF
ID migfmkcdgeepjipbcikgnjhjpjhpcpem
URL Oficial https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem
Descrição Select a word and get Gif Image :)
Tamanho do Arquivo 63.3 KB
Contagem de Instalações 34
Versão Atual 4.0
Última Atualização 2016-11-28
Data de Publicação 2016-11-28
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://sage.ga
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://sage.ga
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SelectGIF",
    "description": "Select a word and get Gif Image :)",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "*:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "pop.html",
        "default_title": "SelectGIF"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "4.0",
    "manifest_version": 2
}