wind chimes

A breeze of packets blowing through chimes

Τι είναι το wind chimes;

Το wind chimes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mbeasl1, και η κύρια λειτουργία του είναι "A breeze of packets blowing through chimes".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης wind chimes

Λήψη αρχείων επέκτασης 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
Επίσημο 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
    }
}