ProductHop

A timehop app for ProductHunt

What is ProductHop?

ProductHop is a Chrome extension developed by alikafridi, and its main feature is "A timehop app for ProductHunt".

Extension Screenshots

screenshot

Download ProductHop Extension CRX File

Download ProductHop 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

                        Product Hop shows you products posted on Product Hunt from exactly a year ago. 

Go back and look at products you might've missed. Add some old products to your collections. See what progress has been made on products since they were "hunted".                    

Extension Basic Information

Name ProductHop ProductHop
ID opcjdnpbkbedjlhajkplcajipinckgkg
Official URL https://chrome.google.com/webstore/detail/producthop/opcjdnpbkbedjlhajkplcajipinckgkg
Description A timehop app for ProductHunt
File Size 11.71 KB
Installation Count 12
Current Version 1.0.0.1
Last Updated 2015-01-02
Publish Date 2015-01-02
Rating 3.00/5 Total 1 Ratings
Developer alikafridi
Payment Type free
Extension Website http://producthop.com
Help Page URL http://twitter.com/alikafridi
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProductHop",
    "description": "A timehop app for ProductHunt",
    "version": "1.0.0.1",
    "permissions": [
        "http:\/\/producthop.herokuapp.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}