Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
Qu'est-ce que Product Hunt™ Tabs ?
Product Hunt™ Tabs est une extension Chrome développée par Kevin Campion, et sa fonction principale est "Chrome extension to open all daily products websites with a single click on Product Hunt™.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Product Hunt™ Tabs
Téléchargez les fichiers d'extension Product Hunt™ Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Product Hunt™ Tabs |
ID | anjbcpdnihhgaabcpamabkmpccbfgmoo |
URL Officiel | 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™. |
Taille du Fichier | 49.03 KB |
Nombre d'Installations | 44 |
Version Actuelle | 0.4.5 |
Dernière Mise à Jour | 2018-08-15 |
Date de Publication | 2018-08-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Kevin Campion |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |