https://github.com/hand-dot/chat-gpt-pro
VSCode-like Input for ChatGPT
https://github.com/hand-dot/chat-gpt-pro
chatgpt chrome-extension
Last synced: 3 months ago
JSON representation
VSCode-like Input for ChatGPT
- Host: GitHub
- URL: https://github.com/hand-dot/chat-gpt-pro
- Owner: hand-dot
- License: mit
- Created: 2023-05-02T08:23:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T03:47:06.000Z (about 3 years ago)
- Last Synced: 2025-03-27T05:13:32.402Z (over 1 year ago)
- Topics: chatgpt, chrome-extension
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/mkiflddndppkblphffoppopiciiocpln
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.youtube.com/watch?v=oADvOM85IOE)
## Chrome web store:
- https://chrome.google.com/webstore/detail/chat-gpt-pro/mkiflddndppkblphffoppopiciiocpln
## Tutorial video:
- https://www.youtube.com/watch?v=oADvOM85IOE
---
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](https://github.com/hand-dot/chat-gpt-pro/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