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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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