UI Sounds
Play sounds for important events in the browser, such as a page loading or a new tab being created.
Co to jest UI Sounds?
UI Sounds to rozszerzenie Chrome opracowane przez LordLuceus, a jego główną funkcją jest „Play sounds for important events in the browser, such as a page loading or a new tab being created.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UI Sounds
Pobierz pliki rozszerzeń UI Sounds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | UI Sounds |
ID | oclhbcpaaaooemlnhjblilmchdnnjcao |
Oficjalny URL | https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao |
Opis | Play sounds for important events in the browser, such as a page loading or a new tab being created. |
Rozmiar pliku | 711 KB |
Liczba instalacji | 291 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2020-11-28 |
Data Publikacji | 2020-11-04 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | LordLuceus |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/LordLuceus/chrome-ui-sounds/ |
Adres URL Strony Pomocy | https://github.com/LordLuceus/chrome-ui-sounds/issues/ |
Obsługiwane Języki | 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" } |