Better Google Calendar Alert
Replaces the Google Calendar popup with something less intrusive
Τι είναι το Better Google Calendar Alert;
Το Better Google Calendar Alert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jesse Dhillon, και η κύρια λειτουργία του είναι "Replaces the Google Calendar popup with something less intrusive".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Better Google Calendar Alert
Λήψη αρχείων επέκτασης Better Google Calendar Alert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
For people who hate how Google Calendar's alerts steal the focused tab and prevent you from clicking on anything until you've acknowledged the alert. This shows a nice, non-intrusive window, plays a sound (maximum of once per five minutes), and flashes an icon on the calendar tab. It stacks up multiple alerts, so you can dismiss them all at once or go through them one-by-one. It's pretty much how things should have been to begin with.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ijogfdkhokonapihokncpclfeaohcnfp |
Επίσημο URL | https://chrome.google.com/webstore/detail/better-google-calendar-al/ijogfdkhokonapihokncpclfeaohcnfp |
Περιγραφή | Replaces the Google Calendar popup with something less intrusive |
Μέγεθος Αρχείου | 53.85 KB |
Αριθμός Εγκαταστάσεων | 830 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2015-11-09 |
Ημερομηνία Δημοσίευσης | 2015-11-09 |
Αξιολόγηση | 2.75/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | Jesse Dhillon |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Google Calendar Alert", "short_name": "Better Alert", "description": "Replaces the Google Calendar popup with something less intrusive", "version": "1.0.1", "icons": { "16": "gcal-alert16.png", "32": "gcal-alert32.png", "48": "gcal-alert48.png", "64": "gcal-alert64.png", "128": "gcal-alert128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/calendar\/*", "https:\/\/calendar.google.com\/calendar\/*" ], "css": [ "gcal-alert.css" ], "js": [ "gcal-alert.js" ] } ], "web_accessible_resources": [ "icon-bell.svg", "sound-notification.ogg", "favicon.ico" ], "permissions": [ "activeTab" ] } |