Google Calendar Disable Month Scroll
Disable jumping from month to month in Google Calendar when scrolling.
什么是Google Calendar Disable Month Scroll?
Google Calendar Disable Month Scroll是由raphael.schaad开发的Chrome扩展程序,该扩展的主要功能是“Disable jumping from month to month in Google Calendar when scrolling.”。
扩展截图
下载Google Calendar Disable Month Scroll扩展crx文件
下载Google Calendar Disable Month Scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension prevents jumping around in month view when scrolling, especially a problem for users of Mighty or Magic Mouse/Trackpad. Unlike other extensions, it doesn't break scrolling up and down in week or schedule view.
If you like your more reliable month view, please leave a rating and review! 扩展基本信息
| 名称 | |
| ID | fhcfmpoiniaamlhkcpiaahokbpibjjoh |
| 官方URL | https://chromewebstore.google.com/detail/google-calendar-disable-m/fhcfmpoiniaamlhkcpiaahokbpibjjoh |
| 简介 | Disable jumping from month to month in Google Calendar when scrolling. |
| 文件大小 | 5.29 KB |
| 安装次数 | 5,652 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2022-05-02 |
| 上架时间 | 2020-05-19 |
| 评分 | 4.56/5 共32次评分 |
| 开发者 | raphael.schaad |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://raphaelschaad.com/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Calendar Disable Month Scroll",
"version": "1.2.0",
"description": "Disable jumping from month to month in Google Calendar when scrolling.",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/calendar.google.com\/*"
],
"js": [
"content.js"
]
}
]
} | |