Producht Hunt GIPHY integration

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

Was ist Producht Hunt GIPHY integration?

Producht Hunt GIPHY integration ist eine Chrome-Erweiterung, die von Moritz Kobrna entwickelt wurde, und ihr Hauptmerkmal ist "Search on GIPHY direct from Product Hunt and insert them into your comment!".

Erweiterungsscreenshots

screenshot
screenshot

Producht Hunt GIPHY integration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Producht Hunt GIPHY integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
Offizielle URL https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Beschreibung Search on GIPHY direct from Product Hunt and insert them into your comment!
Dateigröße 75.11 KB
Installationsanzahl 27
Aktuelle Version 0.1.5
Letztes Update 2017-12-18
Veröffentlichungsdatum 2017-12-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Moritz Kobrna
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}