Producht Hunt GIPHY integration

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

Producht Hunt GIPHY integration क्या है?

Producht Hunt GIPHY integration Moritz Kobrna द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search on GIPHY direct from Product Hunt and insert them into your comment!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Producht Hunt GIPHY integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
आधिकारिक URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
विवरण Search on GIPHY direct from Product Hunt and insert them into your comment!
फ़ाइल का आकार 75.11 KB
स्थापना संख्या 27
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2017-12-18
प्रकाशन तिथि 2017-12-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Moritz Kobrna
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}