Producht Hunt GIPHY integration
Search on GIPHY direct from Product Hunt and insert them into your comment!
Qu'est-ce que Producht Hunt GIPHY integration ?
Producht Hunt GIPHY integration est une extension Chrome développée par Moritz Kobrna, et sa fonction principale est "Search on GIPHY direct from Product Hunt and insert them into your comment!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Producht Hunt GIPHY integration
Téléchargez les fichiers d'extension Producht Hunt GIPHY integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Search for GIPHY images direct from the Product Hunt comment box.
Informations de Base sur l'Extension
Nom | Producht Hunt GIPHY integration |
ID | jamfnkplghnfbhfnpghgbccbdhhjgkan |
URL Officiel | https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan |
Description | Search on GIPHY direct from Product Hunt and insert them into your comment! |
Taille du Fichier | 75.11 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2017-12-18 |
Date de Publication | 2017-12-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Moritz Kobrna |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |