AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
O que é AutoHideDownloadsBar?
AutoHideDownloadsBar é uma extensão do Chrome desenvolvida por raingart, e sua principal característica é "This extension hides annoying downloads bar in the bottom of the screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AutoHideDownloadsBar
Baixe arquivos de extensão AutoHideDownloadsBar 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
Open-source, simple, lean and no ads. Options: - hide download bar only after downloads completion. Or not display the shelf at all. - set delay before the shelf is auto-closed. - display download notifications. - shows the progress of the loading in the icon panel.
Informações Básicas da Extensão
Nome | AutoHideDownloadsBar |
ID | gkmndgjgpolmikgnipipfekglbbgjcel |
URL Oficial | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
Descrição | This extension hides annoying downloads bar in the bottom of the screen. |
Tamanho do Arquivo | 66.51 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 2.12.2 |
Última Atualização | 2022-07-07 |
Data de Publicação | 2020-02-08 |
Classificação | 4.88/5 Total de 107 Avaliações |
Desenvolvedor | raingart |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/raingart/AutoHideDownloadsBar-extension |
URL da Página de Ajuda | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
Idiomas Suportados | de,en,tr,es,ar,zh-CN,ja,ko |
manifest.json | |
{ "manifest_version": 2, "name": "AutoHideDownloadsBar", "short_name": "AutoHideDownloadsBar", "description": "__MSG_app_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "raingart", "default_locale": "en", "minimum_chrome_version": "80.0", "version": "2.12.2", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage", "downloads", "downloads.shelf" ], "optional_permissions": [ "tabs", "notifications", "downloads.open" ], "background": { "page": "\/html\/background.html", "persistent": true }, "browser_action": { "default_title": "AutoHideDownloadsBar" }, "options_page": "\/html\/options.html" } |