textgrab / extension

Chrome Extension
1 stars 1 forks source link

TextGrab Chrome Extension

Running the Chrome Extension locally

  1. git clone git@github.com:textgrab/extension.git

  2. In Chrome, go to Settings > Extensions and enable Developer mode in the top right of the screen

    Screen Shot 2022-02-27 at 10 53 30 PM
  3. Run npm run build in the cloned TextGrab extension directory to build the production dist folder, or run npm run watch so that every change you make updates the dist folder. The latter method will only produce development builds.

  4. Click the Load Unpacked and select the directory of the dist folder

The TextGrab extension should now be installed in your Chrome browser and should be visible in the installed extensions:

Screen Shot 2022-02-27 at 10 55 16 PM