OneLine-Chrome-Extension
OneLine-Chrome-Extension copied to clipboard
Chrome Extension that helps users read through a page easily by highlighting one line on the page at a time.
OneLine
Chrome extension that highlights a row of text on the web to help with online reading. Built with JS, jQuery & TailwindCSS
src/contains the bulk of the app, in which you will find config files and the app separated into folder by filetype.OneLine-Main.jsis the top file, everything extends downwards from that.
latest_build/contains the most recent version of OneLine that is published on the Chrome storelibs_for_later/are libraries that may be needed later on (or that have been implemented and removed) that aren't contained inlatest_build/working-version/contains a modified version of v1.4.3 with text to speech built out. Kept in the repo so that I have easy access to it when I'm working, and can use the TTS as a reference in the future.