Google Calendar No Scroll

Disables mouse wheel scrolling in Google Calender, the new layout.

什么是Google Calendar No Scroll?

Google Calendar No Scroll是由CleverInsert开发的Chrome扩展程序,该扩展的主要功能是“Disables mouse wheel scrolling in Google Calender, the new layout.”。

下载Google Calendar No Scroll扩展crx文件

下载Google Calendar No Scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Google Calendar No Scroll Google Calendar No Scroll
ID ngongjpcmamjpplnkfanigdmbkccinbk
官方URL https://chrome.google.com/webstore/detail/ngongjpcmamjpplnkfanigdmbkccinbk
简介 Disables mouse wheel scrolling in Google Calender, the new layout.
文件大小 9.22 KB
安装次数 78
当前版本 1.0.0
更新时间 2018-01-17
上架时间 2018-01-17
评分 4.00/5 共2次评分
开发者 CleverInsert
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://cleverinsert.com/privacy_policy_cws.txt
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Calendar No Scroll",
    "version": "1.0.0",
    "description": "Disables mouse wheel scrolling in Google Calender, the new layout.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/calendar\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "mutation-summary.min.js",
                "main.js"
            ]
        }
    ]
}