Product Hunt Hover Cards

Hover cards for Product Hunt user profiles

Wat is Product Hunt Hover Cards?

Product Hunt Hover Cards is een Chrome-extensie ontwikkeld door Moritz Kobrna, en de belangrijkste functie is "Hover cards for Product Hunt user profiles".

Extensie Screenshots

Download het CRX-bestand van de extensie Product Hunt Hover Cards

Download Product Hunt Hover Cards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Product Hunt Hover Cards Product Hunt Hover Cards
ID mjanoliajoilapldkkahodgkmlgngljb
Officiële URL https://chrome.google.com/webstore/detail/product-hunt-hover-cards/mjanoliajoilapldkkahodgkmlgngljb
Beschrijving Hover cards for Product Hunt user profiles
Bestandsgrootte 60.31 KB
Aantal Installaties 29
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-10-07
Publicatiedatum 2016-10-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Moritz Kobrna
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}