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" ] } |