Product Hunt Preview

Preview websites that are featured on Product Hunt.

Vad är Product Hunt Preview?

Product Hunt Preview är en Chrome-tillägg utvecklad av http://samcambridge.co.uk, och dess huvudfunktion är "Preview websites that are featured on Product Hunt.".

Tilläggsskärmbilder

screenshot

Ladda ner Product Hunt Preview-förlängningens CRX-fil

Ladda ner Product Hunt Preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Product Hunt Preview Product Hunt Preview
ID jcpegpijfdanmpbhfmomcecognokdgci
Officiell webbadress https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci
Beskrivning Preview websites that are featured on Product Hunt.
Filstorlek 68.97 KB
Antal Installationer 19
Aktuell Version 1.2
Senast Uppdaterad 2014-09-16
Publiceringsdatum 2014-09-16
Utvecklare http://samcambridge.co.uk
Betalningssätt free
Stödda Språk 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
}