UI Sounds
Play sounds for important events in the browser, such as a page loading or a new tab being created.
Vad är UI Sounds?
UI Sounds är en Chrome-tillägg utvecklad av LordLuceus, och dess huvudfunktion är "Play sounds for important events in the browser, such as a page loading or a new tab being created.".
Tilläggsskärmbilder
Ladda ner UI Sounds-förlängningens CRX-fil
Ladda ner UI Sounds-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | UI Sounds |
ID | oclhbcpaaaooemlnhjblilmchdnnjcao |
Officiell webbadress | https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao |
Beskrivning | Play sounds for important events in the browser, such as a page loading or a new tab being created. |
Filstorlek | 711 KB |
Antal Installationer | 291 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2020-11-28 |
Publiceringsdatum | 2020-11-04 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | LordLuceus |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/LordLuceus/chrome-ui-sounds/ |
Hjälpsida URL | https://github.com/LordLuceus/chrome-ui-sounds/issues/ |
Stödda Språk | 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" } |