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™.」です。
拡張機能のスクリーンショット
Kalendario for Google Calendar™拡張機能のCRXファイルをダウンロード
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™ |
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 |
Eメール | [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" ] } } |