Download Sound

Plays a sound or utters a text using speech synthesis when a download is completed.

Download Soundคืออะไร?

Download Sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BPS และคุณลักษณะหลักของมันคือ "Plays a sound or utters a text using speech synthesis when a download is completed."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Sound

ดาวน์โหลดไฟล์ส่วนขยาย Download Sound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This simple extension plays a sound or utters a text using speech synthesis when a download is completed.

New in version 1.7:
Migration to Manifest V3
Migration to Chrome text-to-speech engine
Show options in normal browser tab
Minor bug fixes

New in version 1.4:
Separate texts for successful and failed downloads

New in version 1.3:
New parameter: Volume
New option: Show notification
Enhanced: Save button
„Download Sound“ will be triggered by interrupted downloads
Minor bug fixes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Download Sound Download Sound
ID fmcbineojopoamfhaabogigdbpbklnld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-sound/fmcbineojopoamfhaabogigdbpbklnld
คำอธิบาย Plays a sound or utters a text using speech synthesis when a download is completed.
ขนาดไฟล์ 314 KB
จำนวนการติดตั้ง 2,924
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2022-09-04
วันที่เผยแพร่ 2018-06-03
คะแนน 4.10/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา BPS
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Download Sound",
    "version": "1.7",
    "description": "Plays a sound or utters a text using speech synthesis when a download is completed.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "downloads",
        "storage",
        "notifications",
        "tts"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icons\/icon_19.png"
    }
}