wind chimes
A breeze of packets blowing through chimes
Co je wind chimes?
wind chimes je rozšíření Chrome vyvinuté mbeasl1, a jeho hlavní funkcí je „A breeze of packets blowing through chimes“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření wind chimes
Stáhněte si soubory rozšíření wind chimes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | wind chimes |
ID | dadehopbkliipikkhepkaoifjjbmogge |
Oficiální URL | https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge |
Popis | A breeze of packets blowing through chimes |
Velikost souboru | 6.68 MB |
Počet instalací | 114 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2021-12-28 |
Datum Vydání | 2021-09-29 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | mbeasl1 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } } |