Disable Download Shelf
Disables the download bar at bottom of window
O que é Disable Download Shelf?
Disable Download Shelf é uma extensão do Chrome desenvolvida por conceptualspace, e sua principal característica é "Disables the download bar at bottom of window".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Disable Download Shelf
Baixe arquivos de extensão Disable Download Shelf 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
Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox). On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled! This extension is free and open source.
Informações Básicas da Extensão
Nome | Disable Download Shelf |
ID | jobfojcgkainhgidfhaoedmmgloaengg |
URL Oficial | https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg |
Descrição | Disables the download bar at bottom of window |
Tamanho do Arquivo | 15.51 KB |
Contagem de Instalações | 3,127 |
Versão Atual | 2.1 |
Última Atualização | 2022-04-06 |
Data de Publicação | 2020-05-28 |
Classificação | 4.36/5 Total de 11 Avaliações |
Desenvolvedor | conceptualspace |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/conceptualspace/disable-download-shelf |
URL da Página de Ajuda | https://github.com/conceptualspace/disable-download-shelf/issues |
URL da Página de Política de Privacidade | https://conceptualspace.net/privacy.md |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Download Shelf", "version": "2.1", "description": "Disables the download bar at bottom of window", "author": "[email protected]", "permissions": [ "downloads", "downloads.shelf" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/icon16.png", "24": "icon\/icon24.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png" }, "default_title": "Downloads" }, "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 3 } |