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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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