Product Hunt Trending Tab

Replace browser new tab screen with Product Hunt trending products.

Qu'est-ce que Product Hunt Trending Tab ?

Product Hunt Trending Tab est une extension Chrome développée par Ömer Gülen, et sa fonction principale est "Replace browser new tab screen with Product Hunt trending products.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Product Hunt Trending Tab

Téléchargez les fichiers d'extension Product Hunt Trending Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 :)                    

Informations de Base sur l'Extension

Nom Product Hunt Trending Tab Product Hunt Trending Tab
ID kfdccmmkggolbggggimdgbfgfgalgkjo
URL Officiel https://chrome.google.com/webstore/detail/product-hunt-trending-tab/kfdccmmkggolbggggimdgbfgfgalgkjo
Description Replace browser new tab screen with Product Hunt trending products.
Taille du Fichier 1.94 MB
Nombre d'Installations 200
Version Actuelle 2.0.0
Dernière Mise à Jour 2019-08-22
Date de Publication 2019-08-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur Ömer Gülen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://producthunt-trending-extension.now.sh
Langues Prises en Charge 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'"
}