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 |
| Eメール | [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"
]
}
]
} | |