Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clmnin committed Dec 5, 2022
1 parent 3f85175 commit 0e4da39
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Summarize

Browser Extension to summarize web page content using ChatGPT, support Chrome (more on the way!)

![Screenshot](screenshot.png?raw=true)

## Installation

### Install to Chrome/Edge

#### Local Install

1. Download `chrome.zip` from [Releases](https://github.com/clmnin/summarize.site/releases)
2. Unzip the file
3. In Chrome/Edge go to the extensions page (`chrome://extensions` or `edge://extensions`).
4. Enable Developer Mode.
5. Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).

## Build from source

1. Clone the repo
2. Install dependencies with `yarn`
3. Run `yarn dev`
4. Load the `build` directory to your browser

## Credit

This project is inspired by [wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extension)
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e4da39

Please sign in to comment.