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 |
官方網址 | 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" ] } |