Chrome extension that updates the page title with the scrolled percentage of the page. Best for blogs and articles. Always see your reading progress, how much you have read and how much is left.
Scroll Percentage in Tab Title Extension
First get the code and build it:
git clone https://github.com/dimshik100/Scroll-Percentage-in-Tab-Title-Chrome-Extension
npm install
npm run build
Now ensure the code loads and works:
-
Load the "dist" folder containing the extension (or
manifest.json
) in your browser.-
Open the Extension Management page by navigating to chrome://extensions. The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
-
Enable Developer Mode by clicking the toggle switch next to Developer mode.
-
Click the LOAD UNPACKED button and select the extension directory (dist folder).
-
Ta-da! The extension has been successfully installed.
-
-
Load
medium.com
ordev.to
in your browser and open the developer console.
You should be greeted by a message saying the following
Scroll Percentage in Tab Title Extension loaded 👍
If that works, you should now be ready to customize the
extension-code. Do this by editing extension.js
.
Cheers!
-
Add the option to add/remove supported urls in popup
-
Change toolbar icon to disabled/enabled in the active tab according to url
-
Highlight url in popup if matches current tab
-
Improve design in popup