wind chimes
A breeze of packets blowing through chimes
wind chimesとは何ですか?
wind chimesはmbeasl1によって開発されたChromeの拡張機能で、その主な機能は「A breeze of packets blowing through chimes」です。
拡張機能のスクリーンショット
wind chimes拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } } |