Skip to content

NickAnthony/chatgpt-up-down-arrow-addon

Repository files navigation

ChatGPT Up/Down Arrow Add On

build

When you click up, it loads the previous message you sent.

When you click down, it loads the next message you sent.

Simple as that.

Prerequisites

Project Structure

  • src/typescript: TypeScript source files
  • src/assets: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup

npm install

Import as Visual Studio Code project

...

Build

npm run build

Build in watch mode

terminal

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to chrome

Load dist directory

Test

npx jest or npm run test

Credits

This project template is based on the Chrome Extension TypeScript Starter by @chibat.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published