Google Calendar Scroll Disabler
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Co to jest Google Calendar Scroll Disabler?
Google Calendar Scroll Disabler to rozszerzenie Chrome opracowane przez Ivan Morgillo, a jego główną funkcją jest „A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Calendar Scroll Disabler
Pobierz pliki rozszerzeń Google Calendar Scroll Disabler 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
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nghndfiaocgpmcbeafglhknklfgddebe |
| Oficjalny URL | https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe |
| Opis | A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension… |
| Rozmiar pliku | 8.97 KB |
| Liczba instalacji | 10,000 |
| Aktualna Wersja | 0.5 |
| Ostatnia Aktualizacja | 2018-10-14 |
| Data Publikacji | 2018-10-14 |
| Ocena | 4.32/5 Łącznie 190 Oceny |
| Deweloper | Ivan Morgillo |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/alter-ego/google-calendar-scroll-disabler |
| Adres URL Strony Pomocy | https://github.com/alter-ego/google-calendar-scroll-disabler |
| Obsługiwane Języki | 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"
]
}
]
} | |