Product Hunt Bookmark Collections

Bookmark and save your favorite collections

Was ist Product Hunt Bookmark Collections?

Product Hunt Bookmark Collections ist eine Chrome-Erweiterung, die von Clément Quennesson entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark and save your favorite collections".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Product Hunt Bookmark Collections-Erweiterungs-CRX-Datei herunterladen

Laden Sie Product Hunt Bookmark Collections-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
Offizielle URL https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
Beschreibung Bookmark and save your favorite collections
Dateigröße 180 KB
Installationsanzahl 62
Aktuelle Version 0.0.5
Letztes Update 2015-07-19
Veröffentlichungsdatum 2015-07-19
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler Clément Quennesson
Zahlungsart free
Unterstützte Sprachen 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"
    }
}