wind chimes
A breeze of packets blowing through chimes
Co to jest wind chimes?
wind chimes to rozszerzenie Chrome opracowane przez mbeasl1, a jego główną funkcją jest „A breeze of packets blowing through chimes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia wind chimes
Pobierz pliki rozszerzeń wind chimes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | wind chimes |
ID | dadehopbkliipikkhepkaoifjjbmogge |
Oficjalny URL | https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge |
Opis | A breeze of packets blowing through chimes |
Rozmiar pliku | 6.68 MB |
Liczba instalacji | 114 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2021-12-28 |
Data Publikacji | 2021-09-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | mbeasl1 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |