Google Calendar No Scroll

Disables mouse wheel scrolling in Google Calender, the new layout.

Co to jest Google Calendar No Scroll?

Google Calendar No Scroll to rozszerzenie Chrome opracowane przez CleverInsert, a jego główną funkcją jest „Disables mouse wheel scrolling in Google Calender, the new layout.”.

Pobierz plik CRX rozszerzenia Google Calendar No Scroll

Pobierz pliki rozszerzeń Google Calendar No Scroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Google Calendar No Scroll Google Calendar No Scroll
ID ngongjpcmamjpplnkfanigdmbkccinbk
Oficjalny URL https://chrome.google.com/webstore/detail/ngongjpcmamjpplnkfanigdmbkccinbk
Opis Disables mouse wheel scrolling in Google Calender, the new layout.
Rozmiar pliku 9.22 KB
Liczba instalacji 78
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-01-17
Data Publikacji 2018-01-17
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper CleverInsert
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://cleverinsert.com/privacy_policy_cws.txt
Obsługiwane Języki 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"
            ]
        }
    ]
}