Product Hunt Bookmark Collections

Bookmark and save your favorite collections

Cos'è Product Hunt Bookmark Collections?

Product Hunt Bookmark Collections è un'estensione di Chrome sviluppata da Clément Quennesson, e la sua funzione principale è "Bookmark and save your favorite collections".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Product Hunt Bookmark Collections

Scarica i file di estensione Product Hunt Bookmark Collections in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
URL Ufficiale https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
Descrizione Bookmark and save your favorite collections
Dimensione del File 180 KB
Conteggio Installazioni 62
Versione Corrente 0.0.5
Ultimo Aggiornamento 2015-07-19
Data di Pubblicazione 2015-07-19
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Clément Quennesson
Tipo di Pagamento free
Lingue Supportate 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"
    }
}