Speed Reader is a Chrome extension that helps users read web content faster with a focused reading experience.
- Hover over paragraphs to activate the Speed Reader
- Adjustable reading speed (words per minute)
- Customizable minimum word count to activate
- Adjustable text size for comfortable reading
-
Clone this repository:
git clone https://github.com/your-username/speed-reader-extension.git cd speed-reader-extension
-
Install dependencies:
npm install
-
Build the extension:
npm run build
-
Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the
public
folder in your project directory
- Open Chrome and navigate to
To start the development server with hot-reloading:
npm run dev
To create an optimized production build:
npm run build
This project uses Storybook for component development and testing. To run Storybook:
npm run storybook
This project is set up to use TypeScript. The TypeScript configuration is already in place.
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
For additional attribution notices, please see the NOTICE file.