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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        ]
    }
}