Product Hunt

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

Qu'est-ce que Product Hunt ?

Product Hunt est une extension Chrome développée par https://producthunt.com, et sa fonction principale est "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Product Hunt 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

                        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                    

Informations de Base sur l'Extension

Nom Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
URL Officiel https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Description Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Taille du Fichier 14.11 KB
Nombre d'Installations 29,253
Version Actuelle 3.0
Dernière Mise à Jour 2023-02-20
Date de Publication 2019-05-06
Évaluation 3.30/5 Total 161 Évaluations
Développeur https://producthunt.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://producthunt.com/apps/browser
URL de la Page de Politique de Confidentialité https://www.producthunt.com/privacy
Langues Prises en Charge 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
        }
    ]
}