Product Hunt Hover Cards

Hover cards for Product Hunt user profiles

Cos'è Product Hunt Hover Cards?

Product Hunt Hover Cards è un'estensione di Chrome sviluppata da Moritz Kobrna, e la sua funzione principale è "Hover cards for Product Hunt user profiles".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Product Hunt Hover Cards

Scarica i file di estensione Product Hunt Hover Cards 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

                        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                    

Informazioni di Base sull'Estensione

Nome Product Hunt Hover Cards Product Hunt Hover Cards
ID mjanoliajoilapldkkahodgkmlgngljb
URL Ufficiale https://chrome.google.com/webstore/detail/product-hunt-hover-cards/mjanoliajoilapldkkahodgkmlgngljb
Descrizione Hover cards for Product Hunt user profiles
Dimensione del File 60.31 KB
Conteggio Installazioni 29
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-10-07
Data di Pubblicazione 2016-10-07
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": "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\/*"
    ]
}