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 |
| 官方網址 | 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"
]
}
]
} | |