Product Hunt

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

Hvad er Product Hunt?

Product Hunt er en Chrome-udvidelse udviklet af https://producthunt.com, og dens hovedfunktion er "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Product Hunt-udvidelses-CRX-fil

Download Product Hunt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
Officiel URL https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Beskrivelse Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Filstørrelse 14.11 KB
Antal Installationer 29,253
Nuværende Version 3.0
Senest Opdateret 2023-02-20
Udgivelsesdato 2019-05-06
Bedømmelse 3.30/5 Samlet 161 Bedømmelser
Udvikler https://producthunt.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://producthunt.com/apps/browser
URL til Fortrolighedspolitik Side https://www.producthunt.com/privacy
Understøttede Sprog 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
        }
    ]
}