Producht Hunt GIPHY integration

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

Apa itu Producht Hunt GIPHY integration?

Producht Hunt GIPHY integration adalah ekstensi Chrome yang dikembangkan oleh Moritz Kobrna, dan fitur utamanya adalah "Search on GIPHY direct from Product Hunt and insert them into your comment!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Producht Hunt GIPHY integration

Unduh file ekstensi Producht Hunt GIPHY integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Producht Hunt GIPHY integration Producht Hunt GIPHY integration
ID jamfnkplghnfbhfnpghgbccbdhhjgkan
URL Resmi https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan
Deskripsi Search on GIPHY direct from Product Hunt and insert them into your comment!
Ukuran File 75.11 KB
Jumlah Instalasi 27
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2017-12-18
Tanggal Publikasi 2017-12-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Moritz Kobrna
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}