wind chimes

A breeze of packets blowing through chimes

Apa itu wind chimes?

wind chimes adalah ekstensi Chrome yang dikembangkan oleh mbeasl1, dan fitur utamanya adalah "A breeze of packets blowing through chimes".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi wind chimes

Unduh file ekstensi wind chimes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama wind chimes wind chimes
ID dadehopbkliipikkhepkaoifjjbmogge
URL Resmi https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge
Deskripsi A breeze of packets blowing through chimes
Ukuran File 6.68 MB
Jumlah Instalasi 114
Versi Saat Ini 0.4
Terakhir Diperbarui 2021-12-28
Tanggal Publikasi 2021-09-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang mbeasl1
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}