Product Hunt Trending Tab

Replace browser new tab screen with Product Hunt trending products.

Product Hunt Trending Tab là gì?

Product Hunt Trending Tab là một tiện ích mở rộng Chrome được phát triển bởi Ömer Gülen, và tính năng chính của nó là "Replace browser new tab screen with Product Hunt trending products.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Product Hunt Trending Tab

Tải xuống các tệp mở rộng Product Hunt Trending Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Product Hunt Trending Tab Product Hunt Trending Tab
ID kfdccmmkggolbggggimdgbfgfgalgkjo
URL Chính Thức https://chrome.google.com/webstore/detail/product-hunt-trending-tab/kfdccmmkggolbggggimdgbfgfgalgkjo
Mô tả Replace browser new tab screen with Product Hunt trending products.
Kích Thước Tệp 1.94 MB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2019-08-22
Ngày Phát Hành 2019-08-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ömer Gülen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://producthunt-trending-extension.now.sh
Ngôn Ngữ Được Hỗ Trợ 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'"
}