wind chimes
A breeze of packets blowing through chimes
Was ist wind chimes?
wind chimes ist eine Chrome-Erweiterung, die von mbeasl1 entwickelt wurde, und ihr Hauptmerkmal ist "A breeze of packets blowing through chimes".
Erweiterungsscreenshots
wind chimes-Erweiterungs-CRX-Datei herunterladen
Laden Sie wind chimes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | wind chimes |
ID | dadehopbkliipikkhepkaoifjjbmogge |
Offizielle URL | https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge |
Beschreibung | A breeze of packets blowing through chimes |
Dateigröße | 6.68 MB |
Installationsanzahl | 114 |
Aktuelle Version | 0.4 |
Letztes Update | 2021-12-28 |
Veröffentlichungsdatum | 2021-09-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | mbeasl1 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |