wind chimes

A breeze of packets blowing through chimes

O que é wind chimes?

wind chimes é uma extensão do Chrome desenvolvida por mbeasl1, e sua principal característica é "A breeze of packets blowing through chimes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão wind chimes

Baixe arquivos de extensão wind chimes 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

                        This extension is playful experiment to make your experience of the web more tactile. As you browse with the extension enabled, it utilizes the network traffic between your browser and servers on the web, sonifying them as they happen. Each server response gets converted into a chime sound, the bigger the response (e.g. images, video) the deeper the chime. The end result makes the web feel more material and living.                    

Informações Básicas da Extensão

Nome wind chimes wind chimes
ID dadehopbkliipikkhepkaoifjjbmogge
URL Oficial https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge
Descrição A breeze of packets blowing through chimes
Tamanho do Arquivo 6.68 MB
Contagem de Instalações 114
Versão Atual 0.4
Última Atualização 2021-12-28
Data de Publicação 2021-09-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor mbeasl1
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wind chimes",
    "manifest_version": 2,
    "version": "0.4",
    "description": "A breeze of packets blowing through chimes",
    "browser_action": {
        "default_popup": "volume.html"
    },
    "permissions": [
        "webRequest",
        "activeTab",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "node_modules\/tone\/build\/Tone.js",
            "chimes.js"
        ],
        "persistent": true
    }
}