iOliverNguyen / chatgpt-box-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser extension

This extension loads ChatGPT in the current tab, allowing you to use ChatGPT along your working session. Simply click the extension icon in your browser toolbar to activate ChatGPT or use the shortcut Ctrl + \, and you can even customize shortcut in the chrome://extensions/shortcuts

screenshot

Latest Changes

  • Display markdown
  • Keep conversation context
  • Automatically scroll

Installation

Download and unzip the latest release from the releases page.

Chrome

  • Go to chrome://extensions
  • Turn on developer mode.
  • Click "Load unpacked".
  • Select the chrome folder.

Firefox

TODO

Build from source

./build.sh

The output files will be created in the build directory.

Related works

About

License:MIT License


Languages

Language:Svelte 45.8%Language:TypeScript 41.0%Language:Shell 4.6%Language:JavaScript 3.9%Language:SCSS 3.5%Language:HTML 1.2%