Product Hunt

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

Τι είναι το Product Hunt;

Το Product Hunt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://producthunt.com, και η κύρια λειτουργία του είναι "Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Product Hunt

Λήψη αρχείων επέκτασης Product Hunt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Product Hunt Product Hunt
ID likjafohlgffamccflcidmedfongmkee
Επίσημο URL https://chromewebstore.google.com/detail/product-hunt/likjafohlgffamccflcidmedfongmkee
Περιγραφή Product Hunt brings you the best new technology products, every day. Weave discovery into your daily workflow with each new tab…
Μέγεθος Αρχείου 14.11 KB
Αριθμός Εγκαταστάσεων 29,253
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2023-02-20
Ημερομηνία Δημοσίευσης 2019-05-06
Αξιολόγηση 3.30/5 Συνολικά 161 Αξιολογήσεις
Προγραμματιστής https://producthunt.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://producthunt.com/apps/browser
URL της Σελίδας Πολιτικής Απορρήτου https://www.producthunt.com/privacy
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}