Product Hunt

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

O que é Product Hunt?

Product Hunt é uma extensão do Chrome desenvolvida por https://producthunt.com, e sua principal característica é "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Product Hunt

Baixe arquivos de extensão Product Hunt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
URL Oficial https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Descrição Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Tamanho do Arquivo 14.11 KB
Contagem de Instalações 29,253
Versão Atual 3.0
Última Atualização 2023-02-20
Data de Publicação 2019-05-06
Classificação 3.30/5 Total de 161 Avaliações
Desenvolvedor https://producthunt.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://producthunt.com/apps/browser
URL da Página de Política de Privacidade https://www.producthunt.com/privacy
Idiomas Suportados 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
        }
    ]
}