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 |
| 公式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 |
| Eメール | [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
}
]
} | |