Product Hunt
Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Was ist Product Hunt?
Product Hunt ist eine Chrome-Erweiterung, die von https://producthunt.com entwickelt wurde, und ihr Hauptmerkmal ist "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".
Erweiterungsscreenshots
Product Hunt-Erweiterungs-CRX-Datei herunterladen
Laden Sie Product Hunt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Product Hunt |
ID | likjafohlgffamccflcidmedfongmkee |
Offizielle URL | https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee |
Beschreibung | Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab… |
Dateigröße | 14.11 KB |
Installationsanzahl | 29,253 |
Aktuelle Version | 3.0 |
Letztes Update | 2023-02-20 |
Veröffentlichungsdatum | 2019-05-06 |
Bewertung | 3.30/5 Insgesamt 161 Bewertungen |
Entwickler | https://producthunt.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://producthunt.com/apps/browser |
URL der Datenschutzrichtlinien-Seite | https://www.producthunt.com/privacy |
Unterstützte Sprachen | 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 } ] } |