Download Sounder
Plays a sound when you download a file!
O que é Download Sounder?
Download Sounder é uma extensão do Chrome desenvolvida por Jalapinecone, e sua principal característica é "Plays a sound when you download a file!".
Baixar o arquivo CRX da Extensão Download Sounder
Baixe arquivos de extensão Download Sounder 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
Have you ever been downloading a big file, but didn't want to sit there waiting for it to finish so you could open it the moment it finished? Well worry no longer! Introducing, Download Sounder! Download Sounder uses the latest in sound playing technology to make sure that you know exactly when your download finishes. But WAIT! There's more! We also threw in a chrome notification for those times when just the sound isn't enough. Never wait a moment longer than you need to for a download again!
Informações Básicas da Extensão
Nome | |
ID | fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
URL Oficial | https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
Descrição | Plays a sound when you download a file! |
Tamanho do Arquivo | 44.43 KB |
Contagem de Instalações | 80 |
Versão Atual | 1.0 |
Última Atualização | 2016-01-26 |
Data de Publicação | 2016-01-26 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Jalapinecone |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Sounder", "version": "1.0", "manifest_version": 2, "description": "Plays a sound when you download a file!", "background": { "page": "background.html" }, "icons": { "128": "icon_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "permissions": [ "downloads", "downloads.open", "notifications", "background", "storage" ] } |