hand-dot / chat-gpt-pro

VSCode-like Input for ChatGPT

Home Page:https://chrome.google.com/webstore/detail/mkiflddndppkblphffoppopiciiocpln

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat-gpt-pro

Chrome web store:

Tutorial video:


I created this extension because I was writing prompts for ChatGPT in VSCode and thought it would be nice to have a text input similar to VSCode on ChatGPT.
By installing this extension, it replaces the regular textarea on https://chat.openai.com/ with VSCode (Monaco Editor).

  • You can use VSCode shortcuts.
  • The editor area can be freely resized.
  • The Monaco Editor has a markdown extension installed, supporting markdown syntax input.
  • You can send messages with Ctrl/Cmd + Enter.

Please report any bugs or feature requests in the Issues.

Enjoy a comfortable ChatGPT input experience.


Information for developers

Build

npm run build

Develop

npm run dev

ref: https://crxjs.dev/vite-plugin/getting-started/vanilla-js/dev-basics

About

VSCode-like Input for ChatGPT

https://chrome.google.com/webstore/detail/mkiflddndppkblphffoppopiciiocpln

License:MIT License


Languages

Language:TypeScript 95.1%Language:CSS 4.9%