Product Hunt Bookmark Collections

Bookmark and save your favorite collections

Vad är Product Hunt Bookmark Collections?

Product Hunt Bookmark Collections är en Chrome-tillägg utvecklad av Clément Quennesson, och dess huvudfunktion är "Bookmark and save your favorite collections".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Product Hunt Bookmark Collections-förlängningens CRX-fil

Ladda ner Product Hunt Bookmark Collections-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
Officiell webbadress https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
Beskrivning Bookmark and save your favorite collections
Filstorlek 180 KB
Antal Installationer 62
Aktuell Version 0.0.5
Senast Uppdaterad 2015-07-19
Publiceringsdatum 2015-07-19
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Clément Quennesson
Betalningssätt free
Stödda Språk 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"
    }
}