Product Hunt Trending Tab

Replace browser new tab screen with Product Hunt trending products.

¿Qué es Product Hunt Trending Tab?

Product Hunt Trending Tab es una extensión de Chrome desarrollada por Ömer Gülen, y su función principal es "Replace browser new tab screen with Product Hunt trending products.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Product Hunt Trending Tab

Descarga archivos de extensión Product Hunt Trending Tab 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

                        Replace browser new tab screen with Product Hunt trending products.

Features:

• Product Hunt trending products
• Change from trending daily, weekly, monthly or yearly
• Load products in the background
• I'm feeling lucky to show a random product

If you want to keep up to date with current development, check out https://github.com/omergulen/producthunt-trending-extension

We are now on Product Hunt, support us:
https://www.producthunt.com/posts/product-hunt-trending-new-tab-extension

https://producthunt-trending-extension.now.sh online version.

https://www.patreon.com/omergulen -- Buy me a drink :)                    

Información Básica de la Extensión

Nombre Product Hunt Trending Tab Product Hunt Trending Tab
ID kfdccmmkggolbggggimdgbfgfgalgkjo
URL Oficial https://chrome.google.com/webstore/detail/product-hunt-trending-tab/kfdccmmkggolbggggimdgbfgfgalgkjo
Descripción Replace browser new tab screen with Product Hunt trending products.
Tamaño del Archivo 1.94 MB
Cantidad de Instalaciones 200
Versión Actual 2.0.0
Última Actualización 2019-08-22
Fecha de Publicación 2019-08-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Ömer Gülen
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://producthunt-trending-extension.now.sh
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Hunt Trending Tab",
    "author": "Omer Gulen",
    "version": "2.0.0",
    "description": "Replace browser new tab screen with Product Hunt trending products.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}