Product Hunt Bookmark Collections

Bookmark and save your favorite collections

Wat is Product Hunt Bookmark Collections?

Product Hunt Bookmark Collections is een Chrome-extensie ontwikkeld door Clément Quennesson, en de belangrijkste functie is "Bookmark and save your favorite collections".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Product Hunt Bookmark Collections

Download Product Hunt Bookmark Collections-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
Officiële URL https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
Beschrijving Bookmark and save your favorite collections
Bestandsgrootte 180 KB
Aantal Installaties 62
Huidige Versie 0.0.5
Laatst Bijgewerkt 2015-07-19
Publicatiedatum 2015-07-19
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Clément Quennesson
Betalingswijze free
Ondersteunde Talen 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"
    }
}