wind chimes

A breeze of packets blowing through chimes

Hvad er wind chimes?

wind chimes er en Chrome-udvidelse udviklet af mbeasl1, og dens hovedfunktion er "A breeze of packets blowing through chimes".

Udvidelsesskærmbilleder

screenshot

Download wind chimes-udvidelses-CRX-fil

Download wind chimes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn wind chimes wind chimes
ID dadehopbkliipikkhepkaoifjjbmogge
Officiel URL https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge
Beskrivelse A breeze of packets blowing through chimes
Filstørrelse 6.68 MB
Antal Installationer 114
Nuværende Version 0.4
Senest Opdateret 2021-12-28
Udgivelsesdato 2021-09-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler mbeasl1
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
    }
}