Visual notifications
This extension shows a visual notification when inactive tab plays sound.
Τι είναι το Visual notifications;
Το Visual notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Łukasz Gruszka, και η κύρια λειτουργία του είναι "This extension shows a visual notification when inactive tab plays sound.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Visual notifications
Λήψη αρχείων επέκτασης Visual notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a simple extension that is monitoring tab activity. When the tab state was changed to audible (i.e. when tab started to play sound), tab's window will be notified with "drawAttention: true", operating system will mark the window state as URGENT and the button in a task bar will start blinking. Usage: - when there is a web chat client (e.g. whatsapp) and user wants to have visual notification in addition to sound notification, - when some tab starts playing sound and user wants to find it quickly. Note that this extension works only with Linux operating system.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hccnejohbgldakdfachpcodflnplbmfo |
Επίσημο URL | https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo |
Περιγραφή | This extension shows a visual notification when inactive tab plays sound. |
Μέγεθος Αρχείου | 11.97 KB |
Αριθμός Εγκαταστάσεων | 187 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2023-12-09 |
Ημερομηνία Δημοσίευσης | 2017-05-18 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Łukasz Gruszka |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Visual notifications", "description": "This extension shows a visual notification when inactive tab plays sound.", "version": "1.0.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |