Gifkitty

Gif Picker for Product Hunt

O que é Gifkitty?

Gifkitty é uma extensão do Chrome desenvolvida por Joel Benjamin, e sua principal característica é "Gif Picker for Product Hunt".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gifkitty

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

                        Gif Picker for Product Hunt! Find and add gifs to your comments on Product Hunt.

 	
To use this tool just type "$:" inside any textbox (comment section or replies), it should show you a popup. Then search for a gif and hit enter.                    

Informações Básicas da Extensão

Nome Gifkitty Gifkitty
ID dipegfggphhkebafagnjdaiegmdbjbbp
URL Oficial https://chrome.google.com/webstore/detail/gifkitty/dipegfggphhkebafagnjdaiegmdbjbbp
Descrição Gif Picker for Product Hunt
Tamanho do Arquivo 49.43 KB
Contagem de Instalações 17
Versão Atual 1.0
Última Atualização 2018-10-29
Data de Publicação 2018-10-29
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Joel Benjamin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gifkitty",
    "version": "1.0",
    "description": "Gif Picker for Product Hunt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "app.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/api.giphy.com\/*",
        "webRequest"
    ],
    "web_accessible_resources": [
        "giphy.png"
    ],
    "icons": {
        "48": "icons\/gk-48.png"
    }
}