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
官方網址 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
    }
}