wind chimes

A breeze of packets blowing through chimes

wind chimes là gì?

wind chimes là một tiện ích mở rộng Chrome được phát triển bởi mbeasl1, và tính năng chính của nó là "A breeze of packets blowing through chimes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng wind chimes

Tải xuống các tệp mở rộng wind chimes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên wind chimes wind chimes
ID dadehopbkliipikkhepkaoifjjbmogge
URL Chính Thức https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge
Mô tả A breeze of packets blowing through chimes
Kích Thước Tệp 6.68 MB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2021-12-28
Ngày Phát Hành 2021-09-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mbeasl1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}