UI Sounds

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

Qu'est-ce que UI Sounds ?

UI Sounds est une extension Chrome développée par LordLuceus, et sa fonction principale est "Play sounds for important events in the browser, such as a page loading or a new tab being created.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UI Sounds

Téléchargez les fichiers d'extension UI Sounds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom UI Sounds UI Sounds
ID oclhbcpaaaooemlnhjblilmchdnnjcao
URL Officiel https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao
Description Play sounds for important events in the browser, such as a page loading or a new tab being created.
Taille du Fichier 711 KB
Nombre d'Installations 291
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-11-28
Date de Publication 2020-11-04
Évaluation 4.25/5 Total 4 Évaluations
Développeur LordLuceus
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/LordLuceus/chrome-ui-sounds/
URL de la Page d'Aide https://github.com/LordLuceus/chrome-ui-sounds/issues/
Langues Prises en Charge 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"
}