About | Reason | Requirements | Getting Started | Technologies | Contribute
This extension lets you read with your reading speed in mind and gives you a couple of shortcuts and mod cons to help you in your reading session.
The key reason was to help me in my reading (especially in web novels), so the core of the application is to help the user with scroll, as time passed however I decided to add more features.
You just need a browser that supports chrome extensions (Chrome Extensions API).
To use this you need to:
- Load the unpacked version on your browser
To load the unpacked version
-
Download this repository (unzip it if needed)
-
Go to the extensions page of your browser (probably chrome://extensions)
-
Enable the 'Developer mode':
Make sure to select that option
- Now click the 'load unpacked' button that has appeared on the top left and choose the folder of this project:
- You are done, enjoy 😀
Press K
to start the scroll
Too slow?
The more you press K
the faster it scrolls
click here if you don't see the image
Want a break?
Press S
to stop scrolling
click here if you don't see the image
Are you looking for a specific part of the page?
You can press 0-9 to go the nth * 10 percent of that page
You can also control where and when the extension will run using URL and Domain preferences
For example, you can block the extension at a specific URL using the menu and no more scroll for that*
Maybe you prefer to block an entire domain (hostname)
* All shortcuts are disabled
There is one more keyboard shortcut, the arrow key which allows the user to change the chapter in specific websites (like wuxiaworld
and novelmania
)
For example, you can press Left Arrow
at this page and you will be redirected to the previous chapter, the same goes for Right Arrow
for the next chapter.
This project was created with the following technologies
- Chrome Extensions API
Fork
this repository andClone
it- Create a new
branch
for your modification Commit
your changesPush
yourbranch
to your repository- Make a
Pull Request
in this repository