No-Alt-Mouse-Wheel
Prevent mouse wheel scrolling if alt is pressed
什麼是No-Alt-Mouse-Wheel?
No-Alt-Mouse-Wheel是由Lars Kiesow開發的Chrome擴展程式,該擴展的主要功能是“Prevent mouse wheel scrolling if alt is pressed”。
擴展截圖
下載No-Alt-Mouse-Wheel擴展crx文件
下載No-Alt-Mouse-Wheel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This comes in handy if system events are already bound to scrolling with modifier keys like for example the window managers desktop zoom accessibility feature which would otherwise cause page-scrolling in Chrome every time it is being used.
擴展基本資訊
名稱 | |
ID | hhkhclphjffknpneoimgmpegghdfgmjb |
官方網址 | https://chromewebstore.google.com/detail/no-alt-mouse-wheel/hhkhclphjffknpneoimgmpegghdfgmjb |
簡介 | Prevent mouse wheel scrolling if alt is pressed |
檔案大小 | 16.6 KB |
安裝次數 | 31 |
目前版本 | 0.2 |
更新時間 | 2019-03-20 |
上架時間 | 2019-03-14 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Lars Kiesow |
付費類型 | free |
擴展官網 | https://github.com/lkiesow/chromw-no-alt-mouse-wheel |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No-Alt-Mouse-Wheel", "description": "Prevent mouse wheel scrolling if alt is pressed", "version": "0.2", "author": "Lars Kiesow", "homepage_url": "https:\/\/github.com\/lkiesow\/chromw-no-alt-mouse-wheel", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "js": [ "no-alt-wheel.js" ] } ] } |