Google Calendar Scroll Disabler
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Wat is Google Calendar Scroll Disabler?
Google Calendar Scroll Disabler is een Chrome-extensie ontwikkeld door Ivan Morgillo, en de belangrijkste functie is "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Calendar Scroll Disabler
Download Google Calendar Scroll Disabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | nghndfiaocgpmcbeafglhknklfgddebe |
| Officiële URL | https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe |
| Beschrijving | A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension… |
| Bestandsgrootte | 8.97 KB |
| Aantal Installaties | 10,000 |
| Huidige Versie | 0.5 |
| Laatst Bijgewerkt | 2018-10-14 |
| Publicatiedatum | 2018-10-14 |
| Beoordeling | 4.32/5 Totaal 190 Beoordelingen |
| Ontwikkelaar | Ivan Morgillo |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/alter-ego/google-calendar-scroll-disabler |
| Help Pagina-URL | https://github.com/alter-ego/google-calendar-scroll-disabler |
| Ondersteunde Talen | 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"
]
}
]
} | |