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…」です。

拡張機能のスクリーンショット

screenshot

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 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"
            ]
        }
    ]
}