Google Calendar Scroll Disabler
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
什么是Google Calendar Scroll Disabler?
Google Calendar Scroll Disabler是由Ivan Morgillo开发的Chrome扩展程序,该扩展的主要功能是“A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…”。
扩展截图
下载Google Calendar Scroll Disabler扩展crx文件
下载Google Calendar Scroll Disabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension fixes this annoying behavior and disables the scroll on the calendar grid in Google Calendar. You won't be able to navigate to next/previous month using the scroll. You will have to use the arrows < > buttons, as normal people expect it to be.
扩展基本信息
名称 | Google Calendar Scroll Disabler |
ID | nghndfiaocgpmcbeafglhknklfgddebe |
官方URL | https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe |
简介 | A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension… |
文件大小 | 8.97 KB |
安装次数 | 10,000 |
当前版本 | 0.5 |
更新时间 | 2018-10-14 |
上架时间 | 2018-10-14 |
评分 | 4.32/5 共190次评分 |
开发者 | Ivan Morgillo |
付费类型 | free |
扩展官网 | https://github.com/alter-ego/google-calendar-scroll-disabler |
帮助页面URL | https://github.com/alter-ego/google-calendar-scroll-disabler |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Calendar Scroll Disabler", "version": "0.5", "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "content.js" ] } ] } |