Skip to content

A chrome extension which provides the dictionary definition and allows you to perform some gpt-3 queries based on selected text.

Notifications You must be signed in to change notification settings

shreyas0512/dictionary_extension

Repository files navigation

Simplify

Simplify is a chrome extension used to generate meanings of words selected in a website and ask questions using GPT-3.

Libraries used

Library Name - Version

"openai": "^3.1.0", "react": "18.2.0", "plasmo": "0.65.0", "react-loader-spinner": "^5.3.4"

How it Works ?

The extension is present upon installation as we browse and on selecting a text and rightclicking, we can choose the option to simplify which provides us the definition,pronounciation, and part of speech of the word as well as some definitions generated by gpt-3.

Loom.Message.-.26.February.2023.mp4

How to configure

This is a Plasmo extension project bootstrapped with plasmo init.

Getting Started

First, run the development server:

pnpm dev
# or
npm run dev

Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev.

You can start editing the popup by modifying popup.tsx. It should auto-update as you make changes. To add an options page, simply add a options.tsx file to the root of the project, with a react component default exported. Likewise to add a content page, add a content.ts file to the root of the project, importing some module and do some logic, then reload the extension on your browser.

For further guidance, visit our Documentation

Making production build

Run the following:

pnpm build
# or
npm run build

About

A chrome extension which provides the dictionary definition and allows you to perform some gpt-3 queries based on selected text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published