This project aims to develop a Chrome extension that adds useful keyboard shortcuts to the Claude.ai website.
- Start New Chat: Quickly start a new Claude.ai chat.
- Open Chat in New Tab: Open a Claude.ai chat in a new tab.
- Copy Chat Contents: Copy the entire contents of the current chat to your clipboard.
- Distribution through the Chrome Web Store
- Customizable shortcut options
- Auto-save chat content feature
- Return to Chat Controls: Use Command+Shift+Left Arrow to go back to chat controls (all files)
- Edit Last Message: Use Command+E to edit the last message
- Toggle Preview and Code: Switch between preview and code modes
- Navigate Between Files: Jump between files with keyboard shortcuts
- Clone or download this repository.
- Navigate to
chrome://extensions
in your Chrome browser. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the downloaded extension folder.
After installation, you can use the following keyboard shortcuts:
- Start New Chat:
Ctrl+Shift+O
(Mac:Command+Shift+O
) - Open Chat in New Tab:
Alt+Shift+O
(Mac:Option+Shift+O
) - Copy Chat Contents:
Alt+Shift+C
(Mac:Option+Shift+C
)
If you find a bug or want to suggest a new feature, please open an issue. Pull requests are also welcome!
이 프로젝트는 Claude.ai 웹사이트에 유용한 키보드 단축키를 추가하는 Chrome 확장 프로그램을 개발하는 것을 목표로 합니다.
- 새 채팅 시작: 빠르게 새로운 Claude.ai 채팅을 시작합니다.
- 채팅 내용 복사: 현재 채팅의 전체 내용을 클립보드에 복사합니다.
- 새 탭에서 채팅 열기: 새 탭에서 Claude.ai 채팅을 엽니다.
- Chrome 웹 스토어를 통한 확장 프로그램 배포
- 사용자 정의 가능한 단축키 옵션
- 채팅 내용 자동 저장 기능
- 채팅 컨트롤로 돌아가기: Command+Shift+왼쪽 화살표로 모든 파일의 채팅 컨트롤로 이동
- 마지막 메시지 편집: Command+E로 마지막 메시지 편집
- 미리보기와 코드 모드 전환: 미리보기와 코드 모드 사이를 토글
- 파일 간 이동: 키보드 단축키로 파일 간 빠르게 이동
- 이 저장소를 클론하거나 다운로드합니다.
- Chrome 브라우저에서
chrome://extensions
로 이동합니다. - 우측 상단의 "개발자 모드"를 활성화합니다.
- "압축해제된 확장 프로그램을 로드합니다" 버튼을 클릭합니다.
- 다운로드한 확장 프로그램 폴더를 선택합니다.
설치 후, 다음 키보드 단축키를 사용할 수 있습니다:
- 새 채팅 시작:
Ctrl+Shift+O
(Mac:Command+Shift+O
) - 새 탭에서 채팅 열기:
Alt+Shift+O
(Mac:Option+Shift+O
) - 채팅 내용 복사:
Alt+Shift+C
(Mac:Option+Shift+C
)
버그를 발견하셨거나 새로운 기능을 제안하고 싶으시다면 이슈를 열어주세요. 풀 리퀘스트도 환영합니다!