An open API service indexing awesome lists of open source software.

https://github.com/all-in-aigc/explain

a chrome extension to explain what you selected in a web page.
https://github.com/all-in-aigc/explain

Last synced: 6 days ago
JSON representation

a chrome extension to explain what you selected in a web page.

Awesome Lists containing this project

README

        

## What's this

Explain is a Chrome extension used to explain anything you selected in a web page.

## How to use

- install from source code

```shell
cd path-to-source

pnpm install

pnpm dev
```

- import local extension

open `chrome://extensions/`

import unzip dir `path-to-source/build/chrome-mv3-dev`

- custom env variables

open or new a file named `path-to-source/.env`

change to your custom variables

```
PLASMO_PUBLIC_OPENAI_API_KEY=YOUR-OPENAI-API-KEY
```

- use Explain in web page

refresh a web page

select something, right click your mouse

you will see a menu named 'Explain it', click it to Explain what you selected.

## Reference

[plasmo](https://docs.plasmo.com/framework)