Product Hunt™ Tabs

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

Wat is Product Hunt™ Tabs?

Product Hunt™ Tabs is een Chrome-extensie ontwikkeld door Kevin Campion, en de belangrijkste functie is "Chrome extension to open all daily products websites with a single click on Product Hunt™.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Product Hunt™ Tabs

Download Product Hunt™ Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Product Hunt™ Tabs Product Hunt™ Tabs
ID anjbcpdnihhgaabcpamabkmpccbfgmoo
Officiële URL https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo
Beschrijving Chrome extension to open all daily products websites with a single click on Product Hunt™.
Bestandsgrootte 49.03 KB
Aantal Installaties 44
Huidige Versie 0.4.5
Laatst Bijgewerkt 2018-08-15
Publicatiedatum 2018-08-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kevin Campion
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}