Product Hunt Bookmark Collections

Bookmark and save your favorite collections

Product Hunt Bookmark Collections là gì?

Product Hunt Bookmark Collections là một tiện ích mở rộng Chrome được phát triển bởi Clément Quennesson, và tính năng chính của nó là "Bookmark and save your favorite collections".

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

screenshot
screenshot
screenshot

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

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

                        Product Hunt Bookmark Collections is the easiest way to bookmark and save your favorite collections on Product Hunt                    

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

Tên Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
URL Chính Thức https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
Mô tả Bookmark and save your favorite collections
Kích Thước Tệp 180 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2015-07-19
Ngày Phát Hành 2015-07-19
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Clément Quennesson
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Hunt Bookmark Collections",
    "description": "Bookmark and save your favorite collections",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "19": "icons\/icon-19.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.producthunt.com\/*\/collections\/*",
                "*:\/\/www.producthunt.com\/e\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_popup": "popup.html"
    }
}