Product Hunt

Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…

Wat is Product Hunt?

Product Hunt is een Chrome-extensie ontwikkeld door https://producthunt.com, en de belangrijkste functie is "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Product Hunt

Download Product Hunt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
Officiële URL https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Beschrijving Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Bestandsgrootte 14.11 KB
Aantal Installaties 29,253
Huidige Versie 3.0
Laatst Bijgewerkt 2023-02-20
Publicatiedatum 2019-05-06
Beoordeling 3.30/5 Totaal 161 Beoordelingen
Ontwikkelaar https://producthunt.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://producthunt.com/apps/browser
URL van de Privacybeleid Pagina https://www.producthunt.com/privacy
Ondersteunde Talen 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
        }
    ]
}