Skip to content

Latest commit

Β 

History

History
31 lines (24 loc) Β· 1.48 KB

README.md

File metadata and controls

31 lines (24 loc) Β· 1.48 KB

β±πŸ“– Reading Time for Chrome

Here's a very handy Chrome extension that will get you the reading time on any pages you're interested in reading.

Roadmap

🚧 This project is a WIP 🚧

πŸ‘©β€πŸ”§ Next steps:

  • Move this roadmap in Projects as a development board.
  • Display reading time in a popup on click on the extension icon in Chrome's tool bar.
  • Display a dynamic circle progress bar with the percentage of reading left. It should evolve as user scrolls.
  • Add a 'Display on screen' checkbox to let user choose to have the circle progress bar with reading time displayed on its screen (positioned at the top right corner to start, but could be changeable as option later).
  • Improve reading time calculator, there are still pages on which it doesn't work well.
  • Investigate why some pages manage to block the counter. And:
    • either find a work around,
    • or define a nice error for the user.
  • Convert JS to TypeScript
  • Write tests using Vitest

What does Reading Time do exactly?

TBD

Availability

Reading Time is available only for Chrome for now, but we're working on a version for Firefox and Edge as we speak so stay tuned by adding a star to this repo ⭐️

πŸ›  Stack

TBD

πŸ™ Credits