UI Sounds
Play sounds for important events in the browser, such as a page loading or a new tab being created.
Apa itu UI Sounds?
UI Sounds adalah ekstensi Chrome yang dikembangkan oleh LordLuceus, dan fitur utamanya adalah "Play sounds for important events in the browser, such as a page loading or a new tab being created.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UI Sounds
Unduh file ekstensi UI Sounds dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | UI Sounds |
ID | oclhbcpaaaooemlnhjblilmchdnnjcao |
URL Resmi | https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao |
Deskripsi | Play sounds for important events in the browser, such as a page loading or a new tab being created. |
Ukuran File | 711 KB |
Jumlah Instalasi | 291 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-11-28 |
Tanggal Publikasi | 2020-11-04 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | LordLuceus |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/LordLuceus/chrome-ui-sounds/ |
URL Halaman Bantuan | https://github.com/LordLuceus/chrome-ui-sounds/issues/ |
Bahasa yang Didukung | 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" } |