Download Sounder
Plays a sound when you download a file!
Download Sounder là gì?
Download Sounder là một tiện ích mở rộng Chrome được phát triển bởi Jalapinecone, và tính năng chính của nó là "Plays a sound when you download a file!".
Tải xuống tệp CRX của tiện ích mở rộng Download Sounder
Tải xuống các tệp mở rộng Download Sounder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
URL Chính Thức | https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak |
Mô tả | Plays a sound when you download a file! |
Kích Thước Tệp | 44.43 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-01-26 |
Ngày Phát Hành | 2016-01-26 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jalapinecone |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |