Producht Hunt GIPHY integration
Search on GIPHY direct from Product Hunt and insert them into your comment!
O que é Producht Hunt GIPHY integration?
Producht Hunt GIPHY integration é uma extensão do Chrome desenvolvida por Moritz Kobrna, e sua principal característica é "Search on GIPHY direct from Product Hunt and insert them into your comment!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Producht Hunt GIPHY integration
Baixe arquivos de extensão Producht Hunt GIPHY integration 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
Search for GIPHY images direct from the Product Hunt comment box.
Informações Básicas da Extensão
Nome | Producht Hunt GIPHY integration |
ID | jamfnkplghnfbhfnpghgbccbdhhjgkan |
URL Oficial | https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan |
Descrição | Search on GIPHY direct from Product Hunt and insert them into your comment! |
Tamanho do Arquivo | 75.11 KB |
Contagem de Instalações | 27 |
Versão Atual | 0.1.5 |
Última Atualização | 2017-12-18 |
Data de Publicação | 2017-12-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Moritz Kobrna |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Producht Hunt GIPHY integration", "description": "Search on GIPHY direct from Product Hunt and insert them into your comment!", "version": "0.1.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/*.png" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.producthunt.com\/*" ], "js": [ "js\/content_script.js" ], "css": [ "css\/application.css" ] } ] } |