Product Hunt

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

¿Qué es Product Hunt?

Product Hunt es una extensión de Chrome desarrollada por https://producthunt.com, y su función principal es "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Product Hunt

Descarga archivos de extensión Product Hunt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
URL Oficial https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Descripción Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Tamaño del Archivo 14.11 KB
Cantidad de Instalaciones 29,253
Versión Actual 3.0
Última Actualización 2023-02-20
Fecha de Publicación 2019-05-06
Calificación 3.30/5 Total de 161 Calificaciones
Desarrollador https://producthunt.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://producthunt.com/apps/browser
URL de la Página de Política de Privacidad https://www.producthunt.com/privacy
Idiomas Soportados 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
        }
    ]
}