Google Calendar No Scroll
Disables mouse wheel scrolling in Google Calender, the new layout.
Vad är Google Calendar No Scroll?
Google Calendar No Scroll är en Chrome-tillägg utvecklad av CleverInsert, och dess huvudfunktion är "Disables mouse wheel scrolling in Google Calender, the new layout.".
Ladda ner Google Calendar No Scroll-förlängningens CRX-fil
Ladda ner Google Calendar No Scroll-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
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ngongjpcmamjpplnkfanigdmbkccinbk |
Officiell webbadress | https://chrome.google.com/webstore/detail/ngongjpcmamjpplnkfanigdmbkccinbk |
Beskrivning | Disables mouse wheel scrolling in Google Calender, the new layout. |
Filstorlek | 9.22 KB |
Antal Installationer | 78 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2018-01-17 |
Publiceringsdatum | 2018-01-17 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | CleverInsert |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://cleverinsert.com/privacy_policy_cws.txt |
Stödda Språk | 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" ] } ] } |