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是由https://producthunt.com开发的Chrome扩展程序,该扩展的主要功能是“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

下载Product Hunt扩展crx文件

下载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
        }
    ]
}