wind chimes

A breeze of packets blowing through chimes

¿Qué es wind chimes?

wind chimes es una extensión de Chrome desarrollada por mbeasl1, y su función principal es "A breeze of packets blowing through chimes".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión wind chimes

Descarga archivos de extensión wind chimes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre wind chimes wind chimes
ID dadehopbkliipikkhepkaoifjjbmogge
URL Oficial https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge
Descripción A breeze of packets blowing through chimes
Tamaño del Archivo 6.68 MB
Cantidad de Instalaciones 114
Versión Actual 0.4
Última Actualización 2021-12-28
Fecha de Publicación 2021-09-29
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador mbeasl1
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}