Product Hunt™ Tabs
Chrome extension to open all daily products websites with a single click on Product Hunt™.
O que é Product Hunt™ Tabs?
Product Hunt™ Tabs é uma extensão do Chrome desenvolvida por Kevin Campion, e sua principal característica é "Chrome extension to open all daily products websites with a single click on Product Hunt™.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Product Hunt™ Tabs
Baixe arquivos de extensão Product Hunt™ Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Product Hunt™ Tabs |
ID | anjbcpdnihhgaabcpamabkmpccbfgmoo |
URL Oficial | https://chromewebstore.google.com/detail/product-hunt-tabs/anjbcpdnihhgaabcpamabkmpccbfgmoo |
Descrição | Chrome extension to open all daily products websites with a single click on Product Hunt™. |
Tamanho do Arquivo | 49.03 KB |
Contagem de Instalações | 44 |
Versão Atual | 0.4.5 |
Última Atualização | 2018-08-15 |
Data de Publicação | 2018-08-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Kevin Campion |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |