UI Sounds

Play sounds for important events in the browser, such as a page loading or a new tab being created.

Wat is UI Sounds?

UI Sounds is een Chrome-extensie ontwikkeld door LordLuceus, en de belangrijkste functie is "Play sounds for important events in the browser, such as a page loading or a new tab being created.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie UI Sounds

Download UI Sounds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam UI Sounds UI Sounds
ID oclhbcpaaaooemlnhjblilmchdnnjcao
Officiële URL https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao
Beschrijving Play sounds for important events in the browser, such as a page loading or a new tab being created.
Bestandsgrootte 711 KB
Aantal Installaties 291
Huidige Versie 1.1.0
Laatst Bijgewerkt 2020-11-28
Publicatiedatum 2020-11-04
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar LordLuceus
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/LordLuceus/chrome-ui-sounds/
Help Pagina-URL https://github.com/LordLuceus/chrome-ui-sounds/issues/
Ondersteunde Talen 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"
}