Chrome extension to save scroll location on a webpage.
Change the modes of the extension by clicking on the icon. The color of the icon indicates the mode its on:
The current page scroll uses default chrome scroll (nothing!)
The current page scroll location will be tracked (changing mode will remove tacking)
The current page scroll will reset to the top (chrome doesn't do this when refreshing page)
Additional options to change default mode or clear data of pages being tracked
Through Chrome:
- Install from the Chrome Web Store
Manual Installation:
- Clone this repository with
git clone https://github.com/ChrisK-wong/Scroll-Back
- In
chrome://extensions/
enableDeveloper mode
in the top right corner - Click
load unpacked
in the top left corner and select the folder containing the cloned repository