Product Hunt Hover Cards

Hover cards for Product Hunt user profiles

Apa itu Product Hunt Hover Cards?

Product Hunt Hover Cards adalah ekstensi Chrome yang dikembangkan oleh Moritz Kobrna, dan fitur utamanya adalah "Hover cards for Product Hunt user profiles".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Product Hunt Hover Cards

Unduh file ekstensi Product Hunt Hover Cards 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

                        Hover cards for Product Hunt user profiles

See also: 
Product Hunt Mentions (https://chrome.google.com/webstore/detail/product-hunt-mentions/odfaplafjjgjigjapkjifaogcblcjbpg)

Product Hunt GIPHY Integration (https://chrome.google.com/webstore/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan)

Made by @neuling2k and @crtvhd                    

Informasi Dasar Ekstensi

Nama Product Hunt Hover Cards Product Hunt Hover Cards
ID mjanoliajoilapldkkahodgkmlgngljb
URL Resmi https://chrome.google.com/webstore/detail/product-hunt-hover-cards/mjanoliajoilapldkkahodgkmlgngljb
Deskripsi Hover cards for Product Hunt user profiles
Ukuran File 60.31 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-10-07
Tanggal Publikasi 2016-10-07
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": "Product Hunt Hover Cards",
    "description": "Hover cards for Product Hunt user profiles",
    "version": "1.0.0",
    "icons": {
        "16": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*.producthunt.com\/*"
    ]
}