Kalendario for Google Calendar™
Shows event descriptions in Google Calendar™.
Kalendario for Google Calendar™ क्या है?
Kalendario for Google Calendar™ https://kalendario.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows event descriptions in Google Calendar™."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kalendario for Google Calendar™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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™ |
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" ] } } |