Producht Hunt GIPHY integration
Search on GIPHY direct from Product Hunt and insert them into your comment!
¿Qué es Producht Hunt GIPHY integration?
Producht Hunt GIPHY integration es una extensión de Chrome desarrollada por Moritz Kobrna, y su función principal es "Search on GIPHY direct from Product Hunt and insert them into your comment!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Producht Hunt GIPHY integration
Descarga archivos de extensión Producht Hunt GIPHY integration 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
Search for GIPHY images direct from the Product Hunt comment box.
Información Básica de la Extensión
Nombre | Producht Hunt GIPHY integration |
ID | jamfnkplghnfbhfnpghgbccbdhhjgkan |
URL Oficial | https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan |
Descripción | Search on GIPHY direct from Product Hunt and insert them into your comment! |
Tamaño del Archivo | 75.11 KB |
Cantidad de Instalaciones | 27 |
Versión Actual | 0.1.5 |
Última Actualización | 2017-12-18 |
Fecha de Publicación | 2017-12-18 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Moritz Kobrna |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |