Download Sounder
Plays a sound when you download a file!
Download Sounderとは何ですか?
Download SounderはJalapineconeによって開発されたChromeの拡張機能で、その主な機能は「Plays a sound when you download a file!」です。
Download Sounder拡張機能のCRXファイルをダウンロード
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" ] } |