Producht Hunt GIPHY integration

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

Cos'è Producht Hunt GIPHY integration?

Producht Hunt GIPHY integration è un'estensione di Chrome sviluppata da Moritz Kobrna, e la sua funzione principale è "Search on GIPHY direct from Product Hunt and insert them into your comment!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Producht Hunt GIPHY integration

Scarica i file di estensione Producht Hunt GIPHY integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
URL Ufficiale https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Descrizione Search on GIPHY direct from Product Hunt and insert them into your comment!
Dimensione del File 75.11 KB
Conteggio Installazioni 27
Versione Corrente 0.1.5
Ultimo Aggiornamento 2017-12-18
Data di Pubblicazione 2017-12-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Moritz Kobrna
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}