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 - это расширение Chrome, разработанное Ivan Morgillo, и его основная функция - "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".
Снимки экрана расширения
Скачать файл CRX расширения Google Calendar Scroll Disabler
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |