A lightweight Chrome extension that adds customizable floating scroll buttons to every webpage.

Scroll Helper makes navigating long pages faster by letting you:
It automatically detects the active scrollable area, making it work on both traditional websites and modern web applications.
The default mode behaves like traditional scroll buttons.
Configure each button to jump to specific text on the page.
Example:
↑ Button → Introduction
↓ Button → Contact Us
The extension searches the page for the entered text and smoothly scrolls to the first matching result.
Jump to custom positions on the page.
Example:
↑ Button → 10%
↓ Button → 10%
This scrolls:
Prefer a cleaner browsing experience?
Use the popup toggle to instantly hide or show the floating buttons.
Many modern websites use custom scroll containers instead of the browser window.
Scroll Helper automatically detects the active scrollable element and works on websites such as:
Scroll Helper respects your privacy.
It:
All settings are stored locally using Chrome Storage.
Install directly from the Chrome Web Store:
(Add your Chrome Web Store link here once published.)
git clone https://github.com/nishant-10/scroll-helper.git
chrome://extensions
Enable Developer Mode
Click Load unpacked
Select the project folder
scroll-helper/
│
├── manifest.json
├── popup.html
├── popup.css
├── popup.js
├── content.js
├── icons/
└── privacy.md
Planned improvements include:
Documentation and support:
Bug reports, feature requests, and pull requests are always welcome.
If you discover an issue or have an idea for a new feature, please open an issue on GitHub.
MIT License
Made with ❤️ to make navigating long webpages easier.