UI Sounds

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

Hvad er UI Sounds?

UI Sounds er en Chrome-udvidelse udviklet af LordLuceus, og dens hovedfunktion er "Play sounds for important events in the browser, such as a page loading or a new tab being created.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download UI Sounds-udvidelses-CRX-fil

Download UI Sounds-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn UI Sounds UI Sounds
ID oclhbcpaaaooemlnhjblilmchdnnjcao
Officiel URL https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao
Beskrivelse Play sounds for important events in the browser, such as a page loading or a new tab being created.
Filstørrelse 711 KB
Antal Installationer 291
Nuværende Version 1.1.0
Senest Opdateret 2020-11-28
Udgivelsesdato 2020-11-04
Bedømmelse 4.25/5 Samlet 4 Bedømmelser
Udvikler LordLuceus
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/LordLuceus/chrome-ui-sounds/
Hjælpeside-URL https://github.com/LordLuceus/chrome-ui-sounds/issues/
Understøttede Sprog 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"
}