UI Sounds
Play sounds for important events in the browser, such as a page loading or a new tab being created.
Τι είναι το UI Sounds;
Το UI Sounds είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LordLuceus, και η κύρια λειτουργία του είναι "Play sounds for important events in the browser, such as a page loading or a new tab being created.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UI Sounds
Λήψη αρχείων επέκτασης UI Sounds σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you'd like the browser to audibly notify you when things happen, then this extension is for you. Includes options to enable or disable individual sounds and change individual sound volume. Special thanks to Andre Louis, who created the sounds for this project. https://youtube.com/TheOnjLouis/ If you like this extension and want to support its continued development, then please consider making a small donation: https://paypal.me/luceusproductions
Βασικές Πληροφορίες Επέκτασης
Όνομα | UI Sounds |
ID | oclhbcpaaaooemlnhjblilmchdnnjcao |
Επίσημο URL | https://chromewebstore.google.com/detail/ui-sounds/oclhbcpaaaooemlnhjblilmchdnnjcao |
Περιγραφή | Play sounds for important events in the browser, such as a page loading or a new tab being created. |
Μέγεθος Αρχείου | 711 KB |
Αριθμός Εγκαταστάσεων | 291 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2020-11-28 |
Ημερομηνία Δημοσίευσης | 2020-11-04 |
Αξιολόγηση | 4.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | LordLuceus |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/LordLuceus/chrome-ui-sounds/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/LordLuceus/chrome-ui-sounds/issues/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UI Sounds", "version": "1.1.0", "description": "Play sounds for important events in the browser, such as a page loading or a new tab being created.", "author": "LordLuceus", "manifest_version": 2, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "options_page": "options.html" } |