Product Hunt Bookmark Collections

Bookmark and save your favorite collections

Product Hunt Bookmark Collectionsとは何ですか?

Product Hunt Bookmark CollectionsはClément Quennessonによって開発されたChromeの拡張機能で、その主な機能は「Bookmark and save your favorite collections」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Product Hunt Bookmark Collections拡張機能のCRXファイルをダウンロード

Product Hunt Bookmark Collections拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Product Hunt Bookmark Collections Product Hunt Bookmark Collections
ID oaedkejndiopbdlnpknmhknghahfajcf
公式URL https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf
説明 Bookmark and save your favorite collections
ファイルサイズ 180 KB
インストール数 62
現在のバージョン 0.0.5
最終更新日 2015-07-19
公開日 2015-07-19
評価 4.00/5 合計 2 レビュー
開発者 Clément Quennesson
支払い方法 free
対応言語 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"
    }
}