ChatGPT Prompt Assistant
This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions.
ChatGPT Prompt Assistant란 무엇입니까?
ChatGPT Prompt Assistant은(는) https://jhlstudy.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions."입니다.
확장 프로그램 스크린샷
ChatGPT Prompt Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The main features are: - Provide 10 question templates for users to quickly create questions. - Provide customizable settings window for users to freely design the format of questions. - Provide 1000 sets of super templates, allowing for more flexible creation of question templates. - Super Template Supports Input , Dropdowns, Checkboxes, Radio buttons - Provide 100 sets of custom quick reply buttons for users to freely design the content of quick replies. - Use tab and tab + shift for quick switching between fields. - Support shortcut functions for Windows and Mac platforms to allow users to operate more quickly. - Support Dark Mode to make users comfortable to use in low-light environments. - Export the configuration file and share your designed question templates and quick reply text with friends. If you like this tool, please encourage us through the following link: https://www.buymeacoffee.com/Joe.lin Please note that this tool only provides assistance in conversation and shortcut functions and does not include the use of ChatGPT Plus To use ChatGPT Plus, please visit the official website to subscribe.
확장 프로그램 기본 정보
이름 | ChatGPT Prompt Assistant |
ID | biohjdkjclhempinkjfnjenpldjnkcfn |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-prompt-assistant/biohjdkjclhempinkjfnjenpldjnkcfn |
설명 | This tool improves efficiency when conversing with ChatGPT by providing templates, quick replies, and shortcut functions. |
파일 크기 | 11.7 MB |
설치 횟수 | 4,637 |
현재 버전 | 1.1.8 |
최근 업데이트 | 2023-12-18 |
출시 날짜 | 2023-04-08 |
평점 | 4.62/5 총 13 개의 평점 |
개발자 | https://jhlstudy.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/JiaHongL/Chat-GPT-Custom-Prompt-Extension |
지원되는 언어 | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "author": "Joe", "version": "1.1.8", "default_locale": "en", "icons": { "16": "images\/icon\/16.png", "32": "images\/icon\/32.png", "48": "images\/icon\/48.png", "128": "images\/icon\/128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "exclude_matches": [ "https:\/\/chat.openai.com\/auth\/login" ], "js": [ "js\/content.js" ] } ] } |