kushgaikwad / reactjs-chrome-extension

Frontend for a chrome extension that provides smart summaries using AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ yarn install

Running the app

# development
$ yarn run build

Test

$ yarn test

Setting up plugn

  1. Open your Chrome based browser
  2. Go to Extensions and click on 'Manage Extensions'
  3. Turn on 'Developer Mode' and click on 'Load Unpacked'
  4. Select the 'dist' folder that would have been created in the root folder of this code base.
  5. The extension should be visible in your extensions list.
  6. Selct any text and see the magic!

Backend : https://github.com/kushgaikwad/nest-1

Nest is MIT licensed.

About

Frontend for a chrome extension that provides smart summaries using AI


Languages

Language:TypeScript 81.2%Language:JavaScript 17.8%Language:CSS 1.1%