Product Hunt Hover Cards

Hover cards for Product Hunt user profiles

Co to jest Product Hunt Hover Cards?

Product Hunt Hover Cards to rozszerzenie Chrome opracowane przez Moritz Kobrna, a jego główną funkcją jest „Hover cards for Product Hunt user profiles”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Product Hunt Hover Cards

Pobierz pliki rozszerzeń Product Hunt Hover Cards w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Product Hunt Hover Cards Product Hunt Hover Cards
ID mjanoliajoilapldkkahodgkmlgngljb
Oficjalny URL https://chrome.google.com/webstore/detail/product-hunt-hover-cards/mjanoliajoilapldkkahodgkmlgngljb
Opis Hover cards for Product Hunt user profiles
Rozmiar pliku 60.31 KB
Liczba instalacji 29
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-10-07
Data Publikacji 2016-10-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Moritz Kobrna
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}