Product Hunt Bookmark Collections

Bookmark and save your favorite collections

什麼是Product Hunt Bookmark Collections?

Product Hunt Bookmark Collections是由Clément Quennesson開發的Chrome擴展程式,該擴展的主要功能是“Bookmark and save your favorite collections”。

擴展截圖

screenshot
screenshot
screenshot

下載Product Hunt Bookmark Collections擴展crx文件

下載Product Hunt Bookmark Collections擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
官方網址 https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
簡介 Bookmark and save your favorite collections
檔案大小 180 KB
安裝次數 62
目前版本 0.0.5
更新時間 2015-07-19
上架時間 2015-07-19
評分 4.00/5 共 2 次評分
開發者 Clément Quennesson
付費類型 free
支援的語言 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"
    }
}