Download Sounder
Plays a sound when you download a file!
Что такое Download Sounder?
Download Sounder - это расширение Chrome, разработанное Jalapinecone, и его основная функция - "Plays a sound when you download a file!".
Скачать файл CRX расширения Download Sounder
Скачайте файлы расширений Download Sounder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
Официальный URL | https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
Описание | Plays a sound when you download a file! |
Размер файла | 44.43 KB |
Количество установок | 80 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-01-26 |
Дата публикации | 2016-01-26 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | Jalapinecone |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |