PopupSound

Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.

Τι είναι το PopupSound;

Το PopupSound είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον em_te, και η κύρια λειτουργία του είναι "Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.".

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

screenshot

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

Λήψη αρχείων επέκτασης PopupSound σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A delightful tool for people who love the joy of sounds to their ears.

When clicking on links that navigate to another page, a quiet "click" sound will be played.

When after a file has finished downloading, a "trumpet" sound pops through the speakers.

When a file which is downloading encounters an error, a "plonk" sound blissfully nudges awake the user.

Why:

The internet is a very bland place where only our visual sense get tickled. Our interactions with the Internet is strangely quiet in a world where all 5 senses usually get bombarded with stimulation.

This extension brings that exhuberating sense back to the Internet by having an audible reaction to our actions sort of like the popups in popup books.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PopupSound PopupSound
ID kjhffdfdniogmdjbgepekhidjbioofia
Επίσημο URL https://chromewebstore.google.com/detail/popupsound/kjhffdfdniogmdjbgepekhidjbioofia
Περιγραφή Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.
Μέγεθος Αρχείου 55.29 KB
Αριθμός Εγκαταστάσεων 473
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2021-05-09
Ημερομηνία Δημοσίευσης 2020-08-11
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής em_te
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://em-te.github.io/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Terry",
    "version": "0.3",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "32": "icon_32.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "downloads"
    ]
}