ChatGPT Continue Button
Add a continue button to ChatGPT
ChatGPT Continue Button란 무엇입니까?
ChatGPT Continue Button은(는) taishin05109에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a continue button to ChatGPT"입니다.
확장 프로그램 스크린샷
ChatGPT Continue Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"ChatGPT Continue Button" is a Chrome extension that allows users to easily request the continuation of a response from ChatGPT in case it gets interrupted. This extension displays a "Continue" button right after the input field of ChatGPT, and by simply tapping the button, users can send the text "Continue" to ChatGPT. The main benefits of this extension include: - Users can easily request the continuation of a response, enabling them to get an immediate follow-up response even if the previous one got interrupted. - By simply tapping the button, users can send the text "Continue," making it more convenient to use ChatGPT. - This extension enhances the user experience of ChatGPT, making communication smoother and more seamless. In summary, "ChatGPT Continue Button" is a very useful Chrome extension that improves the user experience of ChatGPT.
확장 프로그램 기본 정보
이름 | ChatGPT Continue Button |
ID | fnjdboejkfbaeijiogeaickgfmjopdno |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-continue-button/fnjdboejkfbaeijiogeaickgfmjopdno |
설명 | Add a continue button to ChatGPT |
파일 크기 | 651 KB |
설치 횟수 | 446 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-03-28 |
출시 날짜 | 2023-03-27 |
개발자 | taishin05109 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://taishin-miyamoto.com/PrivacyPolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Continue Button", "version": "1.0.0", "description": "Add a continue button to ChatGPT", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat\/*" ], "js": [ "content.js" ] } ] } |