Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomatoaiu/chatgpt-up-down-key-input-history
When you press the up or down key in chatgpt, a list of previously entered strings is applied to input. : Chrome Extension
https://github.com/tomatoaiu/chatgpt-up-down-key-input-history
chatgpt chrome-extension chrome-extensions history
Last synced: 15 days ago
JSON representation
When you press the up or down key in chatgpt, a list of previously entered strings is applied to input. : Chrome Extension
- Host: GitHub
- URL: https://github.com/tomatoaiu/chatgpt-up-down-key-input-history
- Owner: tomatoaiu
- License: mit
- Created: 2023-05-14T08:57:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T14:51:49.000Z (over 1 year ago)
- Last Synced: 2024-11-10T03:39:38.284Z (about 2 months ago)
- Topics: chatgpt, chrome-extension, chrome-extensions, history
- Language: TypeScript
- Homepage:
- Size: 437 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chatgpt-up-down-key-input-history
When you press the up or down key in chatgpt, a list of previously entered strings is applied to input.
![demo](./demo.gif)
## Build
pre-requires
- node.js
- pnpm```shell
pnpm i
npm run build
# access chrome://extensions/
```## TODO
- [ ] prompt storage (ページリロード後のinput以外にも対応させる)
- [ ] switch prompt from side menu (サイドメニューからのプロンプト切り替えにも対応させる)