UI Sounds

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

O que é UI Sounds?

UI Sounds é uma extensão do Chrome desenvolvida por LordLuceus, e sua principal característica é "Play sounds for important events in the browser, such as a page loading or a new tab being created.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão UI Sounds

Baixe arquivos de extensão UI Sounds no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome UI Sounds UI Sounds
ID oclhbcpaaaooemlnhjblilmchdnnjcao
URL Oficial https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao
Descrição Play sounds for important events in the browser, such as a page loading or a new tab being created.
Tamanho do Arquivo 711 KB
Contagem de Instalações 291
Versão Atual 1.1.0
Última Atualização 2020-11-28
Data de Publicação 2020-11-04
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor LordLuceus
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/LordLuceus/chrome-ui-sounds/
URL da Página de Ajuda https://github.com/LordLuceus/chrome-ui-sounds/issues/
Idiomas Suportados 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"
}