Google Calendar No Scroll
Disables mouse wheel scrolling in Google Calender, the new layout.
什麼是Google Calendar No Scroll?
Google Calendar No Scroll是由CleverInsert開發的Chrome擴展程式,該擴展的主要功能是“Disables mouse wheel scrolling in Google Calender, the new layout.”。
下載Google Calendar No Scroll擴展crx文件
下載Google Calendar No Scroll擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | ![]() |
ID | ngongjpcmamjpplnkfanigdmbkccinbk |
官方網址 | https://chrome.google.com/webstore/detail/ngongjpcmamjpplnkfanigdmbkccinbk |
簡介 | Disables mouse wheel scrolling in Google Calender, the new layout. |
檔案大小 | 9.22 KB |
安裝次數 | 78 |
目前版本 | 1.0.0 |
更新時間 | 2018-01-17 |
上架時間 | 2018-01-17 |
評分 | 4.00/5 共 2 次評分 |
開發者 | CleverInsert |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://cleverinsert.com/privacy_policy_cws.txt |
支援的語言 | 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" ] } ] } |