Realtime Product Hunt

Never miss a post on Product Hunt with this realtime notification extension for Chrome.

Realtime Product Hunt là gì?

Realtime Product Hunt là một tiện ích mở rộng Chrome được phát triển bởi Pusher, và tính năng chính của nó là "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".

Ả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 Realtime Product Hunt

Tải xuống các tệp mở rộng Realtime Product Hunt 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

                        Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.                    

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

Tên Realtime Product Hunt Realtime Product Hunt
ID cbcmhcjgmcclchcebjlfgpeedjcgjfib
URL Chính Thức https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib
Mô tả Never miss a post on Product Hunt with this realtime notification extension for Chrome.
Kích Thước Tệp 20.81 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2015-11-02
Ngày Phát Hành 2015-11-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Pusher
Loại Thanh Toán free
Trang Web Mở Rộng http://pusher.com
URL Trang Trợ Giúp https://github.com/pusher/pusher-realtime-producthunt-extension
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Product Hunt",
    "description": "Never miss a post on Product Hunt with this realtime notification extension for Chrome.",
    "version": "0.2.0",
    "icons": {
        "16": "ph-icon.png",
        "48": "ph-icon.png",
        "128": "ph-icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.pusher.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "notifications",
        "storage",
        "http:\/\/localhost\/*",
        "https:\/\/realtime-producthunt.herokuapp.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "browser_action": {
        "default_icon": "ph-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}