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 |
官方URL | 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" } |