Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
Cos'è Product Hunt™ Tabs?
Product Hunt™ Tabs è un'estensione di Chrome sviluppata da Kevin Campion, e la sua funzione principale è "Chrome extension to open all daily products websites with a single click on Product Hunt™.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Product Hunt™ Tabs
Scarica i file di estensione Product Hunt™ Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Product Hunt™ Tabs |
ID | anjbcpdnihhgaabcpamabkmpccbfgmoo |
URL Ufficiale | https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo |
Descrizione | Chrome extension to open all daily products websites with a single click on Product Hunt™. |
Dimensione del File | 49.03 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 0.4.5 |
Ultimo Aggiornamento | 2018-08-15 |
Data di Pubblicazione | 2018-08-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Kevin Campion |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |