Downloads
Access the folder of the last downloaded file, on click and on completion.
O que é Downloads?
Downloads é uma extensão do Chrome desenvolvida por Jad Helou, e sua principal característica é "Access the folder of the last downloaded file, on click and on completion.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Downloads
Baixe arquivos de extensão Downloads 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
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
Informações Básicas da Extensão
Nome | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
URL Oficial | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Descrição | Access the folder of the last downloaded file, on click and on completion. |
Tamanho do Arquivo | 102 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.5 |
Última Atualização | 2022-03-28 |
Data de Publicação | 2017-08-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Jad Helou |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |