wind chimes

A breeze of packets blowing through chimes

什么是wind chimes?

wind chimes是由mbeasl1开发的Chrome扩展程序,该扩展的主要功能是“A breeze of packets blowing through chimes”。

扩展截图

screenshot

下载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 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
    }
}