Product Hunt Bookmark Collections

Bookmark and save your favorite collections

Co to jest Product Hunt Bookmark Collections?

Product Hunt Bookmark Collections to rozszerzenie Chrome opracowane przez Clément Quennesson, a jego główną funkcją jest „Bookmark and save your favorite collections”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Product Hunt Bookmark Collections

Pobierz pliki rozszerzeń Product Hunt Bookmark Collections w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
Oficjalny URL https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
Opis Bookmark and save your favorite collections
Rozmiar pliku 180 KB
Liczba instalacji 62
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2015-07-19
Data Publikacji 2015-07-19
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Clément Quennesson
Typ Płatności free
Obsługiwane Języki 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"
    }
}