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.」です。
拡張機能のスクリーンショット
PopupSound拡張機能のCRXファイルをダウンロード
PopupSound拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } |