Kalendario for Google Calendar™

Shows event descriptions in Google Calendar™.

Kalendario for Google Calendar™란 무엇입니까?

Kalendario for Google Calendar™은(는) https://kalendario.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows event descriptions in Google Calendar™."입니다.

확장 프로그램 스크린샷

screenshot

Kalendario for Google Calendar™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
        ]
    }
}