wind chimes
A breeze of packets blowing through chimes
Qu'est-ce que wind chimes ?
wind chimes est une extension Chrome développée par mbeasl1, et sa fonction principale est "A breeze of packets blowing through chimes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension wind chimes
Téléchargez les fichiers d'extension wind chimes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | wind chimes |
ID | dadehopbkliipikkhepkaoifjjbmogge |
URL Officiel | https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge |
Description | A breeze of packets blowing through chimes |
Taille du Fichier | 6.68 MB |
Nombre d'Installations | 114 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2021-12-28 |
Date de Publication | 2021-09-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | mbeasl1 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |