Google Calendar Scroll Disabler
A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…
Cos'è Google Calendar Scroll Disabler?
Google Calendar Scroll Disabler è un'estensione di Chrome sviluppata da Ivan Morgillo, e la sua funzione principale è "A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Calendar Scroll Disabler
Scarica i file di estensione Google Calendar Scroll Disabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | nghndfiaocgpmcbeafglhknklfgddebe |
| URL Ufficiale | https://chromewebstore.google.com/detail/google-calendar-scroll-di/nghndfiaocgpmcbeafglhknklfgddebe |
| Descrizione | A link is worth more than 1000 words: https://productforums.google.com/forum/#!topic/calendar/O2fpZq36otA This Chrome Extension… |
| Dimensione del File | 8.97 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 0.5 |
| Ultimo Aggiornamento | 2018-10-14 |
| Data di Pubblicazione | 2018-10-14 |
| Valutazione | 4.32/5 Totale 190 Valutazioni |
| Sviluppatore | Ivan Morgillo |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/alter-ego/google-calendar-scroll-disabler |
| URL della Pagina di Aiuto | https://github.com/alter-ego/google-calendar-scroll-disabler |
| Lingue Supportate | 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"
]
}
]
} | |