Producht Hunt GIPHY integration
Search on GIPHY direct from Product Hunt and insert them into your comment!
Co je Producht Hunt GIPHY integration?
Producht Hunt GIPHY integration je rozšíření Chrome vyvinuté Moritz Kobrna, a jeho hlavní funkcí je „Search on GIPHY direct from Product Hunt and insert them into your comment!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Producht Hunt GIPHY integration
Stáhněte si soubory rozšíření Producht Hunt GIPHY integration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Search for GIPHY images direct from the Product Hunt comment box.
Základní Informace o Rozšíření
Název | Producht Hunt GIPHY integration |
ID | jamfnkplghnfbhfnpghgbccbdhhjgkan |
Oficiální URL | https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan |
Popis | Search on GIPHY direct from Product Hunt and insert them into your comment! |
Velikost souboru | 75.11 KB |
Počet instalací | 27 |
Aktuální Verze | 0.1.5 |
Poslední Aktualizace | 2017-12-18 |
Datum Vydání | 2017-12-18 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Moritz Kobrna |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |