Product Hunt

Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…

Product Huntคืออะไร?

Product Hunt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://producthunt.com และคุณลักษณะหลักของมันคือ "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Product Hunt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Product Hunt brings you the best new technology products, every day.

Weave discovery into your daily workflow with each new tab you open. Login to your account for a personalized view, including your latest streak. Explore top products, read about bite-sized trends, and work alongside other makers from around the world.

Customize your tab with new features:
- Toggle between list view and grid view
- Dark mode
- Most visited sites                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
คำอธิบาย Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
ขนาดไฟล์ 14.11 KB
จำนวนการติดตั้ง 29,253
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2023-02-20
วันที่เผยแพร่ 2019-05-06
คะแนน 3.30/5 รวมทั้งหมด 161 คะแนน
ผู้พัฒนา https://producthunt.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://producthunt.com/apps/browser
URL หน้านโยบายความเป็นส่วนตัว https://www.producthunt.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Product Hunt",
    "short_name": "Product Hunt",
    "version": "3.0",
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/ph.test:5001\/*",
                "https:\/\/ext-test.producthunt.com\/*",
                "https:\/\/extension.producthunt.com\/*"
            ],
            "all_frames": true
        }
    ]
}