Google Calendar AutoHide Toolbars

More events. Less toolbar.

ما هو Google Calendar AutoHide Toolbars؟

Google Calendar AutoHide Toolbars هو إضافة Chrome تم تطويرها بواسطة rawbytz، والميزة الرئيسية لها هي "More events. Less toolbar.".

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

تحميل ملف CRX للإضافة Google Calendar AutoHide Toolbars

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

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

                        • Google Calendar's top and left toolbars are hidden by default.
• Shows toolbars only when you need them.
• To activate the top toolbar, hover on the bar at the top of the calendar.
• To activate the left toolbar, hover on the bar at the left of the calendar.
• Note! You must have the left toolbar activated for the hover bar to show.
• TIP: Use forward slash "/" keyboard shortcut to activate Search without using mouse. 

v 0.3.0: Add support for Calendar Dark Mode extension. 
v 0.2.9: Better support for Search and Settings 
v 0.2.8: Disable top toolbar hiding while in Edit and Search results
v 0.2.7: Fix to hide Create button                    

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

الاسم Google Calendar AutoHide Toolbars Google Calendar AutoHide Toolbars
ID dpjbnfamllcdnpffalcmabofkblpmlpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-calendar-autohide/dpjbnfamllcdnpffalcmabofkblpmlpd
الوصف More events. Less toolbar.
حجم الملف 8.09 KB
عدد التثبيتات 1,192
النسخة الحالية 0.3.0
آخر تحديث 2024-02-09
تاريخ النشر 2019-03-07
تقييم 4.25/5 مجموع تقييمات 28
المطور rawbytz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Calendar AutoHide Toolbars",
    "short_name": "GCalAutoHide",
    "version": "0.3.0",
    "description": "More events. Less toolbar.",
    "icons": {
        "128": "GCal_AutoHide_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/calendar\/*"
            ],
            "css": [
                "gcal_autohide.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}