UI Sounds

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

Cos'è UI Sounds?

UI Sounds è un'estensione di Chrome sviluppata da LordLuceus, e la sua funzione principale è "Play sounds for important events in the browser, such as a page loading or a new tab being created.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione UI Sounds

Scarica i file di estensione UI Sounds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome UI Sounds UI Sounds
ID oclhbcpaaaooemlnhjblilmchdnnjcao
URL Ufficiale https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao
Descrizione Play sounds for important events in the browser, such as a page loading or a new tab being created.
Dimensione del File 711 KB
Conteggio Installazioni 291
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-11-28
Data di Pubblicazione 2020-11-04
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore LordLuceus
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/LordLuceus/chrome-ui-sounds/
URL della Pagina di Aiuto https://github.com/LordLuceus/chrome-ui-sounds/issues/
Lingue Supportate 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"
}