wind chimes
A breeze of packets blowing through chimes
Wat is wind chimes?
wind chimes is een Chrome-extensie ontwikkeld door mbeasl1, en de belangrijkste functie is "A breeze of packets blowing through chimes".
Extensie Screenshots
Download het CRX-bestand van de extensie wind chimes
Download wind chimes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | wind chimes |
ID | dadehopbkliipikkhepkaoifjjbmogge |
Officiële URL | https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge |
Beschrijving | A breeze of packets blowing through chimes |
Bestandsgrootte | 6.68 MB |
Aantal Installaties | 114 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2021-12-28 |
Publicatiedatum | 2021-09-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mbeasl1 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |