Skip to content

Aebel-Shajan/subway_surfers_screen_reader

Repository files navigation

Subway Surfers Screen Reader

Screen reader extension with subway surfers playing in the sidepanel.

unnamed
Untitled.video.-.Made.with.Clipchamp.2.mp4

Installation

Prerequisites

Note you muse have the following installed before proceeding:

To preview and develop the extension locallly follow these steps:

Description Action
1 Clone the repo in the terminal
2 cd into project folder
cd subway_surfers_screen_reader
3 Install the npm dependencies
npm install 
4 Build the extension
npm run build 
5 Open google chrome and go to the URL
chrome://extensions 
6 Enable developer mode
7 Load the extension Click on Load unpacked and select the folder "subway_surfers_screen_reader/build"

🎉 The extension should be installed locally in chrome 🎉

Usage

  1. right click > click 'Read website'

or

  1. select text > right click > click 'Read selection'

or

  1. clicke the icon in the toolbar and past text into the sidepanel.

  2. press play to start tts (disables text area)

  3. press stop to stop tts (enables text area)

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.