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
官方網址 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\/*.*",
        "*.*"
    ]
}