Product Hunt
Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Apa itu Product Hunt?
Product Hunt adalah ekstensi Chrome yang dikembangkan oleh https://producthunt.com, dan fitur utamanya adalah "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Product Hunt
Unduh file ekstensi Product Hunt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Product Hunt |
ID | likjafohlgffamccflcidmedfongmkee |
URL Resmi | https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee |
Deskripsi | Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab… |
Ukuran File | 14.11 KB |
Jumlah Instalasi | 29,253 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2023-02-20 |
Tanggal Publikasi | 2019-05-06 |
Penilaian | 3.30/5 Total 161 Penilaian |
Pengembang | https://producthunt.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://producthunt.com/apps/browser |
URL Halaman Kebijakan Privasi | https://www.producthunt.com/privacy |
Bahasa yang Didukung | 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 } ] } |