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 |
公式URL | 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" ] } ] } |