Google Calendar™ on new Tab

Displays your Calendar's weekly, or monthly schedules and agenda on new tabs

ما هو Google Calendar™ on new Tab؟

Google Calendar™ on new Tab هو إضافة Chrome تم تطويرها بواسطة balvin.perrie، والميزة الرئيسية لها هي "Displays your Calendar's weekly, or monthly schedules and agenda on new tabs".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Calendar™ on new Tab

قم بتنزيل ملفات الامتداد Google Calendar™ on new Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension replaces the default new tab page with a customized Google Calendar page. You can view various calendar views, such as day, week, month, year, or agenda. Moreover, you have the flexibility to set a custom URL for the new page, which can even point to a different calendar web application. The extension directs the new tab to the specified URL, and that's it.

Key Features:
1. Substitute the new tab with an external service of your choice.
2. Open the external service with a single click next to your current tab (using the action button).
3. Access common calendar views (day, week, month, year, or agenda) via a right-click context menu.
4. Access an account selector, allowing you to choose the logged-in account for displaying the calendar.

Legal Disclaimer:
This extension is an open-source project that exclusively opens the official Google Calendar web application in a new tab. It is not affiliated with Google or the Google Calendar team in any way. Furthermore, this extension cannot access or modify your calendar or any other data.                    

معلومات أساسية عن التمديد

الاسم Google Calendar™ on new Tab Google Calendar™ on new Tab
ID keodkbefllpdgoodnnamaipiacnkpmog
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-calendar-on-new-ta/keodkbefllpdgoodnnamaipiacnkpmog
الوصف Displays your Calendar's weekly, or monthly schedules and agenda on new tabs
حجم الملف 50.65 KB
عدد التثبيتات 3,553
النسخة الحالية 0.2.1
آخر تحديث 2023-10-14
تاريخ النشر 2019-04-21
تقييم 4.78/5 مجموع تقييمات 9
المطور balvin.perrie
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://webextension.org/listing/new-tab.html?from=calendar
عنوان صفحة المساعدة https://webextension.org/listing/new-tab.html?from=calendar
عنوان صفحة سياسة الخصوصية https://add0n.com/policies/balvin.perrie.txt
اللغات المدعومة de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "Google Calendar\u2122 on new Tab",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "chrome_url_overrides": {
        "newtab": "data\/page\/index.html"
    },
    "options_ui": {
        "page": "data\/options\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "homepage_url": "https:\/\/add0n.com\/new-tab.html?from=calendar",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    }
}