Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
O que é Download Tabber?
Download Tabber é uma extensão do Chrome desenvolvida por Austin Guevara, e sua principal característica é "Open downloads in Chrome Downloads tab, rather than bottom bar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Download Tabber
Baixe arquivos de extensão Download Tabber 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
Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.
Informações Básicas da Extensão
Nome | Download Tabber |
ID | ikifbnamadpilmpokncfbhdcbldikbdi |
URL Oficial | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
Descrição | Open downloads in Chrome Downloads tab, rather than bottom bar. |
Tamanho do Arquivo | 59.44 KB |
Contagem de Instalações | 23 |
Versão Atual | 0.2.2 |
Última Atualização | 2017-09-29 |
Data de Publicação | 2017-09-28 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Austin Guevara |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/austin-guevara/chrome-downloads-tabber |
URL da Página de Ajuda | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Tabber", "version": "0.2.2", "manifest_version": 2, "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.", "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Download Tabber" }, "permissions": [ "downloads", "downloads.shelf", "tabs" ] } |