Google Calendar Scroll Disabler
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Vad är Google Calendar Scroll Disabler?
Google Calendar Scroll Disabler är en Chrome-tillägg utvecklad av Ivan Morgillo, och dess huvudfunktion är "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".
Tilläggsskärmbilder
Ladda ner Google Calendar Scroll Disabler-förlängningens CRX-fil
Ladda ner Google Calendar Scroll Disabler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nghndfiaocgpmcbeafglhknklfgddebe |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe |
| Beskrivning | A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension… |
| Filstorlek | 8.97 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 0.5 |
| Senast Uppdaterad | 2018-10-14 |
| Publiceringsdatum | 2018-10-14 |
| Betyg | 4.32/5 Totalt 190 Betyg |
| Utvecklare | Ivan Morgillo |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/alter-ego/google-calendar-scroll-disabler |
| Hjälpsida URL | https://github.com/alter-ego/google-calendar-scroll-disabler |
| Stödda Språk | 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"
]
}
]
} | |