Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linxueyuanstdio/chatgpt-review-rebuttal-extension

ChatGPT - Review & Rebuttal: A browser extension for generating reviews and rebuttals, powered by ChatGPT. 利用 ChatGPT 生成审稿意见和回复的浏览器插件
https://github.com/linxueyuanstdio/chatgpt-review-rebuttal-extension

chatgpt chorme chorme-extension edge firefox openreview rebuttal review

Last synced: about 11 hours ago
JSON representation

ChatGPT - Review & Rebuttal: A browser extension for generating reviews and rebuttals, powered by ChatGPT. 利用 ChatGPT 生成审稿意见和回复的浏览器插件

Awesome Lists containing this project

README

        

# ChatGPT - Review & Rebuttal

A browser extension for generating reviews and rebuttals in [openreview](https://openreview.net/), powered by [ChatGPT]().

**Project status:** Beta - Bugs likely - If you run into issues or have feature suggestions --> Submit them as an issue!

![demo](static/demo.gif)

## Screenshot Gallery

**ChatGPT - Generate Review**

generate review in the extension popup


inject to openreview.net

**ChatGPT - Generate Rebuttal**

inject to openreview.net

## Installation

### Install to Chrome/Edge

#### Install from Web Store (Preferred)

https://microsoftedge.microsoft.com/addons/detail/review-rebuttal/aboaofpciadffeflfapkbnjciaefhmhi

#### Local Install

1. Download `chromium.zip` from [Releases](https://github.com/LinXueyuanStdio/chatgpt-review-rebuttal-extension/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).

### Install to Firefox

#### Local Install

1. Download `firefox.zip` from [Releases](https://github.com/LinXueyuanStdio/chatgpt-review-rebuttal-extension/releases).
2. Unzip the file.
3. Go to `about:debugging`, click "This Firefox" on the sidebar.
4. Click "Load Temporary Add-on" button, then select any file in the unzipped folder.

## Build from source

1. Clone the repo
2. Install dependencies with `npm`
3. `npm run build`
4. Load `build/chromium/` or `build/firefox/` directory to your browser

## Issues & Feature requests

Please report any issues or feature requests on the GitHub Issue tab. I will try to respond as soon as possible!

## Outstanding items & Future plans

- [x] Refactor prompt engineering
- [ ] Add shortcuts

## Major Acknowledgements

- [ChatGPT](https://openai.com/blog/chatgpt/) for doing all the heavy lifting.
- [wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extension) for serving as a base for the extension. The entire backend integration with ChatGPT is built by them and I use it as-is (including the readme instructions below). It is phenomenal work and I highly recommend checking it out.
- [TiesdeKok/chat-gpt-jupyter-extension](https://github.com/TiesdeKok/chat-gpt-jupyter-extension) for serving as a base for the extension.