Product Hunt Preview

Preview websites that are featured on Product Hunt.

Cos'è Product Hunt Preview?

Product Hunt Preview è un'estensione di Chrome sviluppata da http://samcambridge.co.uk, e la sua funzione principale è "Preview websites that are featured on Product Hunt.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Product Hunt Preview

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

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

Informazioni di Base sull'Estensione

Nome Product Hunt Preview Product Hunt Preview
ID jcpegpijfdanmpbhfmomcecognokdgci
URL Ufficiale https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci
Descrizione Preview websites that are featured on Product Hunt.
Dimensione del File 68.97 KB
Conteggio Installazioni 19
Versione Corrente 1.2
Ultimo Aggiornamento 2014-09-16
Data di Pubblicazione 2014-09-16
Sviluppatore http://samcambridge.co.uk
Tipo di Pagamento free
Lingue Supportate 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
}