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