Mosharush / Scroll-Percentage-in-Tab-Title-Chrome-Extension

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll Percentage in Tab Title Chrome Extension

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.

Try it

Scroll Percentage in Tab Title Extension

Demo Video

Scroll Percentage in Tab Title Chrome Extension

Screenshots

Scroll Percentage in Tab Title Chrome Extension screenshot

Scroll Percentage in Tab Title Chrome Extension screenshot

For developers

First get the code and build it:

get the code

git clone https://github.com/dimshik100/Scroll-Percentage-in-Tab-Title-Chrome-Extension

get dependencies and build

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.

    1. 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.

    2. Enable Developer Mode by clicking the toggle switch next to Developer mode.

    3. Click the LOAD UNPACKED button and select the extension directory (dist folder). alt text

    4. Ta-da! The extension has been successfully installed.

  • Load medium.com or dev.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!

TODO

  • 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

About

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.

License:MIT License


Languages

Language:JavaScript 76.4%Language:HTML 23.6%