Product Genius

Navigate Product Hunt like a pro - an Algorithmia experiment.

What is Product Genius?

Product Genius is a Chrome extension developed by https://www.algorithmia.com, and its main feature is "Navigate Product Hunt like a pro - an Algorithmia experiment.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Product Genius Extension CRX File

Download Product Genius extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Product Genius Product Genius
ID hklnaggijemgmimhbaifamaheiolmkil
Official URL https://chrome.google.com/webstore/detail/product-genius/hklnaggijemgmimhbaifamaheiolmkil
Description Navigate Product Hunt like a pro - an Algorithmia experiment.
File Size 483 KB
Installation Count 47
Current Version 1.1
Last Updated 2015-08-03
Publish Date 2015-08-03
Rating 5.00/5 Total 1 Ratings
Developer https://www.algorithmia.com
Payment Type free
Extension Website http://www.algorithmia.com/
Supported Languages 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\/*.*",
        "*.*"
    ]
}