Google Calendar AutoHide Toolbars

More events. Less toolbar.

Google Calendar AutoHide Toolbarsとは何ですか?

Google Calendar AutoHide Toolbarsはrawbytzによって開発されたChromeの拡張機能で、その主な機能は「More events. Less toolbar.」です。

拡張機能のスクリーンショット

Google Calendar AutoHide Toolbars拡張機能のCRXファイルをダウンロード

Google Calendar AutoHide Toolbars拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        • 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
Eメール [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
}