wind chimes

A breeze of packets blowing through chimes

Cos'è wind chimes?

wind chimes è un'estensione di Chrome sviluppata da mbeasl1, e la sua funzione principale è "A breeze of packets blowing through chimes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione wind chimes

Scarica i file di estensione wind chimes 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

                        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.                    

Informazioni di Base sull'Estensione

Nome wind chimes wind chimes
ID dadehopbkliipikkhepkaoifjjbmogge
URL Ufficiale https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge
Descrizione A breeze of packets blowing through chimes
Dimensione del File 6.68 MB
Conteggio Installazioni 114
Versione Corrente 0.4
Ultimo Aggiornamento 2021-12-28
Data di Pubblicazione 2021-09-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore mbeasl1
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}