Producht Hunt GIPHY integration

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

Hvad er Producht Hunt GIPHY integration?

Producht Hunt GIPHY integration er en Chrome-udvidelse udviklet af Moritz Kobrna, og dens hovedfunktion er "Search on GIPHY direct from Product Hunt and insert them into your comment!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Producht Hunt GIPHY integration-udvidelses-CRX-fil

Download Producht Hunt GIPHY integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
Officiel URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Beskrivelse Search on GIPHY direct from Product Hunt and insert them into your comment!
Filstørrelse 75.11 KB
Antal Installationer 27
Nuværende Version 0.1.5
Senest Opdateret 2017-12-18
Udgivelsesdato 2017-12-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Moritz Kobrna
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}