Chrome Wheel
Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior.
Chrome Wheelとは何ですか?
Chrome Wheelはhttp://samskivert.comによって開発されたChromeの拡張機能で、その主な機能は「Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior.」です。
Chrome Wheel拡張機能のCRXファイルをダウンロード
Chrome Wheel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Back in the good old days, ctrl-mousewheel or alt-mousewheel scrolled the page in large (full page) increments. That was actually useful. Then someone had the genius idea of making that scale the page up or down. Not so useful in my humble opinion, so this plugin restores the "scroll faster" behavior.
拡張機能の基本情報
名前 | |
ID | ceooplgmfmmjjbmnmhnpnmkikmmcikbn |
公式URL | https://chrome.google.com/webstore/detail/chrome-wheel/ceooplgmfmmjjbmnmhnpnmkikmmcikbn |
説明 | Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior. |
ファイルサイズ | 3.52 KB |
インストール数 | 19 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-12-02 |
公開日 | 2016-12-02 |
評価 | 3.00/5 合計 3 レビュー |
開発者 | http://samskivert.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Wheel", "version": "1.0.1", "description": "Makes alt\/shift\/ctrl-scrollwheel scroll in large increments instead of default behavior.", "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "chromewheel.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "all_frames": true } ] } |