Product Hunt Preview

Preview websites that are featured on Product Hunt.

Product Hunt Previewคืออะไร?

Product Hunt Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://samcambridge.co.uk และคุณลักษณะหลักของมันคือ "Preview websites that are featured on Product Hunt."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Product Hunt Preview

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}