UI Sounds
Play sounds for important events in the browser, such as a page loading or a new tab being created.
Was ist UI Sounds?
UI Sounds ist eine Chrome-Erweiterung, die von LordLuceus entwickelt wurde, und ihr Hauptmerkmal ist "Play sounds for important events in the browser, such as a page loading or a new tab being created.".
Erweiterungsscreenshots
UI Sounds-Erweiterungs-CRX-Datei herunterladen
Laden Sie UI Sounds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | UI Sounds |
ID | oclhbcpaaaooemlnhjblilmchdnnjcao |
Offizielle URL | https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao |
Beschreibung | Play sounds for important events in the browser, such as a page loading or a new tab being created. |
Dateigröße | 711 KB |
Installationsanzahl | 291 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2020-11-28 |
Veröffentlichungsdatum | 2020-11-04 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | LordLuceus |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/LordLuceus/chrome-ui-sounds/ |
Hilfeseite URL | https://github.com/LordLuceus/chrome-ui-sounds/issues/ |
Unterstützte Sprachen | 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" } |