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"
        ]
    }
}