Product Hunt Preview

Preview websites that are featured on Product Hunt.

什麼是Product Hunt Preview?

Product Hunt Preview是由http://samcambridge.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Preview websites that are featured on Product Hunt.”。

擴展截圖

screenshot

下載Product Hunt Preview擴展crx文件

下載Product Hunt Preview擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Product Hunt Preview Product Hunt Preview
ID jcpegpijfdanmpbhfmomcecognokdgci
官方網址 https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci
簡介 Preview websites that are featured on Product Hunt.
檔案大小 68.97 KB
安裝次數 19
目前版本 1.2
更新時間 2014-09-16
上架時間 2014-09-16
開發者 http://samcambridge.co.uk
付費類型 free
支援的語言 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
}