wind chimes

A breeze of packets blowing through chimes

Vad är wind chimes?

wind chimes är en Chrome-tillägg utvecklad av mbeasl1, och dess huvudfunktion är "A breeze of packets blowing through chimes".

Tilläggsskärmbilder

screenshot

Ladda ner wind chimes-förlängningens CRX-fil

Ladda ner wind chimes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn wind chimes wind chimes
ID dadehopbkliipikkhepkaoifjjbmogge
Officiell webbadress https://chromewebstore.google.com/detail/wind-chimes/dadehopbkliipikkhepkaoifjjbmogge
Beskrivning A breeze of packets blowing through chimes
Filstorlek 6.68 MB
Antal Installationer 114
Aktuell Version 0.4
Senast Uppdaterad 2021-12-28
Publiceringsdatum 2021-09-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare mbeasl1
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}