CalendarTab
View all your Google Calendar events from your new tab.
Τι είναι το CalendarTab;
Το CalendarTab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Randy He, και η κύρια λειτουργία του είναι "View all your Google Calendar events from your new tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CalendarTab
Λήψη αρχείων επέκτασης CalendarTab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Maximize your productivity with this new tab replacement. Syncs with your Google Calendar and shows you all upcoming events that you are important to you. Take down notes that are saved and displayed for you whenever you open a new tab on Google Chrome. Calendar: * Colored bar on the left of every event signify the corresponding calendar's color. You can change this setting on Google Calendar. * Events that are currently ongoing are highlighted. Notes and Reminders: * Create, edit, move, and delete notes. * Lock-in changes by pressing enter. This currently only works with Google Calendar and no other calendar services. View this project here: https://github.com/randyhehe/CalendarTab
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nineekgfghikmbcpdimhkljonlcmlkok |
Επίσημο URL | https://chrome.google.com/webstore/detail/calendartab/nineekgfghikmbcpdimhkljonlcmlkok |
Περιγραφή | View all your Google Calendar events from your new tab. |
Μέγεθος Αρχείου | 765 KB |
Αριθμός Εγκαταστάσεων | 956 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2017-03-27 |
Ημερομηνία Δημοσίευσης | 2017-03-27 |
Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Randy He |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CalendarTab", "description": "View all your Google Calendar events from your new tab.", "version": "1.0.6", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "permissions": [ "activeTab", "storage", "identity", "https:\/\/ajax.googleapis.com\/", "https:\/\/apis.google.com\/*" ], "oauth2": { "client_id": "950666341880-86k0ii6u4ucfaurua7rstn9ahcoajh9u.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar" ] } } |