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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |