Producht Hunt GIPHY integration

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

Wat is Producht Hunt GIPHY integration?

Producht Hunt GIPHY integration is een Chrome-extensie ontwikkeld door Moritz Kobrna, en de belangrijkste functie is "Search on GIPHY direct from Product Hunt and insert them into your comment!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Producht Hunt GIPHY integration

Download Producht Hunt GIPHY integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
Officiële URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Beschrijving Search on GIPHY direct from Product Hunt and insert them into your comment!
Bestandsgrootte 75.11 KB
Aantal Installaties 27
Huidige Versie 0.1.5
Laatst Bijgewerkt 2017-12-18
Publicatiedatum 2017-12-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Moritz Kobrna
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}