PopupSound

Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.

PopupSound란 무엇입니까?

PopupSound은(는) em_te에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A delightful tool for people who love the joy of sounds to their ears.

When clicking on links that navigate to another page, a quiet "click" sound will be played.

When after a file has finished downloading, a "trumpet" sound pops through the speakers.

When a file which is downloading encounters an error, a "plonk" sound blissfully nudges awake the user.

Why:

The internet is a very bland place where only our visual sense get tickled. Our interactions with the Internet is strangely quiet in a world where all 5 senses usually get bombarded with stimulation.

This extension brings that exhuberating sense back to the Internet by having an audible reaction to our actions sort of like the popups in popup books.                    

확장 프로그램 기본 정보

이름 PopupSound PopupSound
ID kjhffdfdniogmdjbgepekhidjbioofia
공식 URL https://chromewebstore.google.com/detail/popupsound/kjhffdfdniogmdjbgepekhidjbioofia
설명 Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.
파일 크기 55.29 KB
설치 횟수 473
현재 버전 0.3
최근 업데이트 2021-05-09
출시 날짜 2020-08-11
평점 5.00/5 총 4 개의 평점
개발자 em_te
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://em-te.github.io/privacy
지원되는 언어 de,en,fr,nl,es,it,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Terry",
    "version": "0.3",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "32": "icon_32.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "downloads"
    ]
}