Google Calendar No Scroll
Disables mouse wheel scrolling in Google Calender, the new layout.
Qu'est-ce que Google Calendar No Scroll ?
Google Calendar No Scroll est une extension Chrome développée par CleverInsert, et sa fonction principale est "Disables mouse wheel scrolling in Google Calender, the new layout.".
Télécharger le fichier CRX de l'extension Google Calendar No Scroll
Téléchargez les fichiers d'extension Google Calendar No Scroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | ![]() |
ID | ngongjpcmamjpplnkfanigdmbkccinbk |
URL Officiel | https://chrome.google.com/webstore/detail/ngongjpcmamjpplnkfanigdmbkccinbk |
Description | Disables mouse wheel scrolling in Google Calender, the new layout. |
Taille du Fichier | 9.22 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-01-17 |
Date de Publication | 2018-01-17 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | CleverInsert |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://cleverinsert.com/privacy_policy_cws.txt |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Calendar No Scroll", "version": "1.0.0", "description": "Disables mouse wheel scrolling in Google Calender, the new layout.", "content_scripts": [ { "matches": [ "*:\/\/calendar.google.com\/calendar\/*" ], "run_at": "document_idle", "all_frames": false, "js": [ "mutation-summary.min.js", "main.js" ] } ] } |