Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.05 KB

Fast Scroll

NOTE: PLEASE REFRESH YOUR OPEN TABS AFTER THE INSTALLATION FOR THE EXTENSION TO WORK.

This small extension allows you to increase scroll speed on web pages either :

  • by pressing a key of your choice between Left Alt (the default), Right Alt, Left Ctrl and Left Shift
  • or without doing anything : scroll speed will always be increased, and you'll have the ability to decrease it temporarily by pressing one of the keys mentioned above

You'll also be able to configure the new scroll speed through the extension's Settings page.

Quite handy to scroll through long web pages or big documents quickly !

If you have any feedback, feel free to ping me @flawyte on Twitter, send me an email or open an issue on the GitHub repo if you're a developer!

Download

Get it on the Chrome Webstore!

Reminders (for myself)

Zipping

FS_VERSION=X.Y.Z
cd fast-scroll/_build
zip -r fast-scroll-v$FS_VERSION.zip .
mv fast-scroll-v$FS_VERSION.zip ../..
cd ../..