Download Sounder
Plays a sound when you download a file!
Co je Download Sounder?
Download Sounder je rozšíření Chrome vyvinuté Jalapinecone, a jeho hlavní funkcí je „Plays a sound when you download a file!“.
Stáhnout soubor CRX rozšíření Download Sounder
Stáhněte si soubory rozšíření Download Sounder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
Oficiální URL | https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
Popis | Plays a sound when you download a file! |
Velikost souboru | 44.43 KB |
Počet instalací | 80 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-01-26 |
Datum Vydání | 2016-01-26 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Jalapinecone |
Typ Platby | free |
Podporované Jazyky | 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" ] } |