Product Hunt Trending Tab

Replace browser new tab screen with Product Hunt trending products.

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

Το Product Hunt Trending Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ömer Gülen, και η κύρια λειτουργία του είναι "Replace browser new tab screen with Product Hunt trending products.".

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

screenshot

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

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

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

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

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

Όνομα Product Hunt Trending Tab Product Hunt Trending Tab
ID kfdccmmkggolbggggimdgbfgfgalgkjo
Επίσημο URL https://chrome.google.com/webstore/detail/product-hunt-trending-tab/kfdccmmkggolbggggimdgbfgfgalgkjo
Περιγραφή Replace browser new tab screen with Product Hunt trending products.
Μέγεθος Αρχείου 1.94 MB
Αριθμός Εγκαταστάσεων 200
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2019-08-22
Ημερομηνία Δημοσίευσης 2019-08-22
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Ömer Gülen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://producthunt-trending-extension.now.sh
Υποστηριζόμενες Γλώσσες 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'"
}