UI Sounds
Play sounds for important events in the browser, such as a page loading or a new tab being created.
什麼是UI Sounds?
UI Sounds是由LordLuceus開發的Chrome擴展程式,該擴展的主要功能是“Play sounds for important events in the browser, such as a page loading or a new tab being created.”。
擴展截圖
下載UI Sounds擴展crx文件
下載UI Sounds擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you'd like the browser to audibly notify you when things happen, then this extension is for you. Includes options to enable or disable individual sounds and change individual sound volume. Special thanks to Andre Louis, who created the sounds for this project. https://youtube.com/TheOnjLouis/ If you like this extension and want to support its continued development, then please consider making a small donation: https://paypal.me/luceusproductions
擴展基本資訊
名稱 | UI Sounds |
ID | oclhbcpaaaooemlnhjblilmchdnnjcao |
官方網址 | https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao |
簡介 | Play sounds for important events in the browser, such as a page loading or a new tab being created. |
檔案大小 | 711 KB |
安裝次數 | 291 |
目前版本 | 1.1.0 |
更新時間 | 2020-11-28 |
上架時間 | 2020-11-04 |
評分 | 4.25/5 共 4 次評分 |
開發者 | LordLuceus |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/LordLuceus/chrome-ui-sounds/ |
說明頁面URL | https://github.com/LordLuceus/chrome-ui-sounds/issues/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UI Sounds", "version": "1.1.0", "description": "Play sounds for important events in the browser, such as a page loading or a new tab being created.", "author": "LordLuceus", "manifest_version": 2, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "options_page": "options.html" } |