Download Sounder
Plays a sound when you download a file!
Vad är Download Sounder?
Download Sounder är en Chrome-tillägg utvecklad av Jalapinecone, och dess huvudfunktion är "Plays a sound when you download a file!".
Ladda ner Download Sounder-förlängningens CRX-fil
Ladda ner Download Sounder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
Officiell webbadress | https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
Beskrivning | Plays a sound when you download a file! |
Filstorlek | 44.43 KB |
Antal Installationer | 80 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-01-26 |
Publiceringsdatum | 2016-01-26 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Jalapinecone |
Betalningssätt | free |
Stödda Språk | 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" ] } |