Product Hunt Bookmark Collections

Bookmark and save your favorite collections

What is Product Hunt Bookmark Collections?

Product Hunt Bookmark Collections is a Chrome extension developed by Clément Quennesson, and its main feature is "Bookmark and save your favorite collections".

Extension Screenshots

screenshot
screenshot
screenshot

Download Product Hunt Bookmark Collections Extension CRX File

Download Product Hunt Bookmark Collections extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
Official URL https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
Description Bookmark and save your favorite collections
File Size 180 KB
Installation Count 62
Current Version 0.0.5
Last Updated 2015-07-19
Publish Date 2015-07-19
Rating 4.00/5 Total 2 Ratings
Developer Clément Quennesson
Payment Type free
Supported Languages 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"
    }
}