ChatGPT Keyboard Shortcuts
Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.
ChatGPT Keyboard Shortcuts란 무엇입니까?
ChatGPT Keyboard Shortcuts은(는) Rafa The Cat Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your ChatGPT experience with easy-to-use keyboard shortcuts."입니다.
확장 프로그램 스크린샷
ChatGPT Keyboard Shortcuts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Terminal like behavior inside ChatGPT/Perplexity and more coming... Shortcuts: ⭐ CTRL + ArrowUp: previous prompts. Continue press to cycle through earlier prompts. ⭐ CTRL + ArrowDown: recent prompts. Continue press to cycle through your prompt history. If prompt box is empty, it starts cycling from the first prompt. ⭐ More to come... Please refresh ChatGPT/Perplexity tab after installing the extension. Changelog: ✅ Added automatic functionality to expand the textarea to the ChatGPT maximum default (200px) when the text is too long. (v0.2) 🔧 Fixed bug where user couldn't send unchanged prompt. (v0.3) ✅ Added support for Perplexity AI (www.perplexity.ai). (v0.3) 🔧 Fixed support for Perplexity AI after UI change. (v0.3.1) 🔧 Fixed bug in ChatGPT where user could not cycle through recent prompts by pressing CTRL + ArrowDown. (v0.3.2) 🔧 Fixed support for Perplexity AI after UI change. (v0.3.3) 🔧 Fixed support for Perplexity AI after UI change. (v0.3.4) 🔧 Fixed support for ChatGPT after UI change. (v0.3.5)
확장 프로그램 기본 정보
이름 | ChatGPT Keyboard Shortcuts |
ID | oemehpipfokijnpilnnmbnjonngpimhb |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-keyboard-shortcut/oemehpipfokijnpilnnmbnjonngpimhb |
설명 | Enhance your ChatGPT experience with easy-to-use keyboard shortcuts. |
파일 크기 | 8.22 KB |
설치 횟수 | 260 |
현재 버전 | 0.3.5 |
최근 업데이트 | 2024-01-09 |
출시 날짜 | 2023-04-04 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | Rafa The Cat Dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Keyboard Shortcuts", "description": "Enhance your ChatGPT experience with easy-to-use keyboard shortcuts.", "version": "0.3.5", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/www.perplexity.ai\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |