wind chimes
A breeze of packets blowing through chimes
Что такое wind chimes?
wind chimes - это расширение Chrome, разработанное mbeasl1, и его основная функция - "A breeze of packets blowing through chimes".
Снимки экрана расширения
Скачать файл CRX расширения wind chimes
Скачайте файлы расширений wind chimes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | wind chimes |
ID | dadehopbkliipikkhepkaoifjjbmogge |
Официальный URL | https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge |
Описание | A breeze of packets blowing through chimes |
Размер файла | 6.68 MB |
Количество установок | 114 |
Текущая Версия | 0.4 |
Последнее Обновление | 2021-12-28 |
Дата публикации | 2021-09-29 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | mbeasl1 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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 } } |