Kalendario for Google Calendar™

Shows event descriptions in Google Calendar™.

Τι είναι το Kalendario for Google Calendar™;

Το Kalendario for Google Calendar™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kalendario.org, και η κύρια λειτουργία του είναι "Shows event descriptions in Google Calendar™.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Kalendario for Google Calendar™

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

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

                        Kalendario enhances the functionality of Google Calendar by displaying descriptions under events in the agenda and search pages.

This simplifies the work with the application - you don't have to click the specific event to show its description. Great for keeping a workout log, a daily journal or weekly/monthly/quarterly reviews.

- 📅 shows event descriptions in agenda view
- 📆 shows event descriptions in search view
- ✔️ works in Chrome, Opera, Vivaldi, Brave, ...
- 🚫 no ads or tracking                    

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

Όνομα Kalendario for Google Calendar™ Kalendario for Google Calendar™
ID ccoehijdbponhcemihobmdpaeenmgchg
Επίσημο URL https://chromewebstore.google.com/detail/kalendario-for-google-cal/ccoehijdbponhcemihobmdpaeenmgchg
Περιγραφή Shows event descriptions in Google Calendar™.
Μέγεθος Αρχείου 37.28 KB
Αριθμός Εγκαταστάσεων 679
Τρέχουσα Έκδοση 0.3.3
Τελευταία Ενημέρωση 2022-04-25
Ημερομηνία Δημοσίευσης 2020-04-10
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://kalendario.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kalendario.org
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/crazko/kalendario/issues
Υποστηριζόμενες Γλώσσες en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "version": "0.3.3",
    "homepage_url": "https:\/\/kalendario.org",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "identity",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/accounts.google.com\/*"
    ],
    "oauth2": {
        "client_id": "420802057769-b3e2d1ddmo9hgpakme96972unemp2cj4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    }
}