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 |
Eメール | [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" } |