Product Hunt

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

Cos'è Product Hunt?

Product Hunt è un'estensione di Chrome sviluppata da https://producthunt.com, e la sua funzione principale è "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Product Hunt

Scarica i file di estensione Product Hunt in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
URL Ufficiale https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Descrizione Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Dimensione del File 14.11 KB
Conteggio Installazioni 29,253
Versione Corrente 3.0
Ultimo Aggiornamento 2023-02-20
Data di Pubblicazione 2019-05-06
Valutazione 3.30/5 Totale 161 Valutazioni
Sviluppatore https://producthunt.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://producthunt.com/apps/browser
URL della Pagina della Politica sulla Privacy https://www.producthunt.com/privacy
Lingue Supportate 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
        }
    ]
}