Producht Hunt GIPHY integration

Search on GIPHY direct from Product Hunt and insert them into your comment!

What is Producht Hunt GIPHY integration?

Producht Hunt GIPHY integration is a Chrome extension developed by Moritz Kobrna, and its main feature is "Search on GIPHY direct from Product Hunt and insert them into your comment!".

Extension Screenshots

screenshot
screenshot

Download Producht Hunt GIPHY integration Extension CRX File

Download Producht Hunt GIPHY integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Search for GIPHY images direct from the Product Hunt comment box.                    

Extension Basic Information

Name Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
Official URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Description Search on GIPHY direct from Product Hunt and insert them into your comment!
File Size 75.11 KB
Installation Count 27
Current Version 0.1.5
Last Updated 2017-12-18
Publish Date 2017-12-18
Rating 5.00/5 Total 1 Ratings
Developer Moritz Kobrna
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}