Google Calendar Resize Sidebar
Chrome extension for resizing Google Calendar sidebar.
什么是Google Calendar Resize Sidebar?
Google Calendar Resize Sidebar是由ota2000开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for resizing Google Calendar sidebar.”。
扩展截图
下载Google Calendar Resize Sidebar扩展crx文件
下载Google Calendar Resize Sidebar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Google Calendar Resize Sidebar |
ID | jahcciegnhkkdoflkeifhadaopppgkac |
官方URL | https://chromewebstore.google.com/detail/google-calendar-resize-si/jahcciegnhkkdoflkeifhadaopppgkac |
简介 | Chrome extension for resizing Google Calendar sidebar. |
文件大小 | 86.81 KB |
安装次数 | 324 |
当前版本 | 0.0.1 |
更新时间 | 2023-02-21 |
上架时间 | 2023-02-21 |
评分 | 5.00/5 共1次评分 |
开发者 | ota2000 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |