Product Hunt™ Tabs

Chrome extension to open all daily products websites with a single click on Product Hunt™.

What is Product Hunt™ Tabs?

Product Hunt™ Tabs is a Chrome extension developed by Kevin Campion, and its main feature is "Chrome extension to open all daily products websites with a single click on Product Hunt™.".

Extension Screenshots

screenshot

Download Product Hunt™ Tabs Extension CRX File

Download Product Hunt™ Tabs 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

                        Do you use Product Hunt™ every day to make the day before or discover something new? Do you open one by one each url of the products? This extension is for you, you'll save a lot of time! 

Open all daily products websites with a single click.

This extension displays a button on all daily lists of products. Click on this button and all the websites will be open in a new tab of your browser.                    

Extension Basic Information

Name Product Hunt™ Tabs Product Hunt™ Tabs
ID anjbcpdnihhgaabcpamabkmpccbfgmoo
Official URL https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo
Description Chrome extension to open all daily products websites with a single click on Product Hunt™.
File Size 49.03 KB
Installation Count 44
Current Version 0.4.5
Last Updated 2018-08-15
Publish Date 2018-08-14
Rating 5.00/5 Total 1 Ratings
Developer Kevin Campion
Email [email protected]
Payment Type free
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.4.5",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.producthunt.com\/*",
                "https:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "js\/main.min.js"
            ],
            "css": [
                "css\/style.min.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}