Product Hunt Preview

Preview websites that are featured on Product Hunt.

Co to jest Product Hunt Preview?

Product Hunt Preview to rozszerzenie Chrome opracowane przez http://samcambridge.co.uk, a jego główną funkcją jest „Preview websites that are featured on Product Hunt.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Product Hunt Preview

Pobierz pliki rozszerzeń Product Hunt Preview 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

                        Product Hunt Preview provides the user with a preview of the sites they are commenting on.                    

Podstawowe informacje o rozszerzeniu

Nazwa Product Hunt Preview Product Hunt Preview
ID jcpegpijfdanmpbhfmomcecognokdgci
Oficjalny URL https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci
Opis Preview websites that are featured on Product Hunt.
Rozmiar pliku 68.97 KB
Liczba instalacji 19
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-09-16
Data Publikacji 2014-09-16
Deweloper http://samcambridge.co.uk
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Hunt Preview",
    "author": "Sam Cambridge",
    "homepage_url": "http:\/\/samcambridge.co.uk",
    "icons": {
        "48": "images\/48.png"
    },
    "description": "Preview websites that are featured on Product Hunt.",
    "permissions": [
        "http:\/\/*.producthunt.com\/",
        "https:\/\/*.producthunt.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/loader.gif"
    ],
    "version": "1.2",
    "manifest_version": 2
}