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 là gì?

Google Calendar Scroll Disabler là một tiện ích mở rộng Chrome được phát triển bởi Ivan Morgillo, và tính năng chính của nó là "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Calendar Scroll Disabler

Tải xuống các tệp mở rộng Google Calendar Scroll Disabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Calendar Scroll Disabler Google Calendar Scroll Disabler
ID nghndfiaocgpmcbeafglhknklfgddebe
URL Chính Thức https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe
Mô tả A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Kích Thước Tệp 8.97 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2018-10-14
Ngày Phát Hành 2018-10-14
Đánh Giá 4.32/5 Tổng số 190 Đánh Giá
Nhà Phát Triển Ivan Morgillo
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/alter-ego/google-calendar-scroll-disabler
URL Trang Trợ Giúp https://github.com/alter-ego/google-calendar-scroll-disabler
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}