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…”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | likjafohlgffamccflcidmedfongmkee |
| 官方網址 | 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
}
]
} | |