Product Hunt Preview

Preview websites that are featured on Product Hunt.

Product Hunt Preview là gì?

Product Hunt Preview là một tiện ích mở rộng Chrome được phát triển bởi http://samcambridge.co.uk, và tính năng chính của nó là "Preview websites that are featured on Product Hunt.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Product Hunt Preview

Tải xuống các tệp mở rộng Product Hunt Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Product Hunt Preview Product Hunt Preview
ID jcpegpijfdanmpbhfmomcecognokdgci
URL Chính Thức https://chrome.google.com/webstore/detail/product-hunt-preview/jcpegpijfdanmpbhfmomcecognokdgci
Mô tả Preview websites that are featured on Product Hunt.
Kích Thước Tệp 68.97 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-09-16
Ngày Phát Hành 2014-09-16
Nhà Phát Triển http://samcambridge.co.uk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}