Chrome extension that increases mouse-wheel scroll speed only on *.onshape.com.
- Onshape-only host matching
- Enable/disable toggle
- Slider plus numeric input for scroll multiplier
- Multiplier range from
0.1xto5.0x - Settings stored in Chrome sync storage
- Open
chrome://extensions - Enable Developer mode
- Click
Load unpacked - Select this repository directory
If Chrome already had the extension loaded, click Reload after pulling changes.
- Default multiplier is
2.0x Ctrl/Cmdwheel is left alone to avoid interfering with browser zoom- Editable fields are ignored so form inputs still behave normally
- The wheel handler runs in Chrome's
MAINexecution world so it can intercept Onshape page events directly