Google Calendar Resize Sidebar

Chrome extension for resizing Google Calendar sidebar.

What is Google Calendar Resize Sidebar?

Google Calendar Resize Sidebar is a Chrome extension developed by ota2000, and its main feature is "Chrome extension for resizing Google Calendar sidebar.".

Extension Screenshots

screenshot

Download Google Calendar Resize Sidebar Extension CRX File

Download Google Calendar Resize Sidebar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Provides a single feature that makes Google Calendar useful.

Make the width of the left side menu variable.
You can adjust the width as you like by sliding the knob on the lower right of the left side menu.                    

Extension Basic Information

Name Google Calendar Resize Sidebar Google Calendar Resize Sidebar
ID jahcciegnhkkdoflkeifhadaopppgkac
Official URL https://chromewebstore.google.com/detail/google-calendar-resize-si/jahcciegnhkkdoflkeifhadaopppgkac
Description Chrome extension for resizing Google Calendar sidebar.
File Size 86.81 KB
Installation Count 324
Current Version 0.0.1
Last Updated 2023-02-21
Publish Date 2023-02-21
Rating 5.00/5 Total 1 Ratings
Developer ota2000
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Calendar Resize Sidebar",
    "author": "Yasuhiro Arakaki",
    "description": "Chrome extension for resizing Google Calendar sidebar.",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}