Product Genius

Navigate Product Hunt like a pro - an Algorithmia experiment.

Product Geniusとは何ですか?

Product Geniusはhttps://www.algorithmia.comによって開発されたChromeの拡張機能で、その主な機能は「Navigate Product Hunt like a pro - an Algorithmia experiment.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Get served with product recommendations based on others who upvoted the item you are looking at. 

Learn how we built this and how you can build your own recommendation engine at http://blog.algorithmia.com                    

拡張機能の基本情報

名前 Product Genius Product Genius
ID hklnaggijemgmimhbaifamaheiolmkil
公式URL https://chrome.google.com/webstore/detail/product-genius/hklnaggijemgmimhbaifamaheiolmkil
説明 Navigate Product Hunt like a pro - an Algorithmia experiment.
ファイルサイズ 483 KB
インストール数 47
現在のバージョン 1.1
最終更新日 2015-08-03
公開日 2015-08-03
評価 5.00/5 合計 1 レビュー
開発者 https://www.algorithmia.com
支払い方法 free
拡張機能のウェブサイト http://www.algorithmia.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Genius",
    "description": "Navigate Product Hunt like a pro - an Algorithmia experiment.",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*.producthunt.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/*"
            ],
            "js": [
                "js\/bootstrap.js"
            ],
            "css": [
                "css\/font-awesome.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "images\/*.*",
        "js\/*.*",
        "*.*"
    ]
}