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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |