Download Sound

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

Download Sound란 무엇입니까?

Download Sound은(는) BPS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plays a sound or utters a text using speech synthesis when a download is completed."입니다.

확장 프로그램 스크린샷

screenshot

Download Sound 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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