ChatGPT-Box
AI toolbox for ChatGPT,can use recommended prompts,choice different models,eg.GPT4,DALL·E support
ChatGPT-Box란 무엇입니까?
ChatGPT-Box은(는) skkmvp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI toolbox for ChatGPT,can use recommended prompts,choice different models,eg.GPT4,DALL·E support"입니다.
확장 프로그램 스크린샷
ChatGPT-Box 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AI toolbox for ChatGPT,can use recommended prompts,custom and manage your own prompts and choice different models,eg.GPT4,DALL·E support ...... version1.0.0 updated:support any page select text and call chatGPT api to process your task。Such as summarize the selected text,ask the selected text or select the text do any what you want chatGPT do,like process the text....
확장 프로그램 기본 정보
이름 | ChatGPT-Box |
ID | bpnffccnbopjjgkcffmgcbhjiahiebbk |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-box/bpnffccnbopjjgkcffmgcbhjiahiebbk |
설명 | AI toolbox for ChatGPT,can use recommended prompts,choice different models,eg.GPT4,DALL·E support |
파일 크기 | 1.15 MB |
설치 횟수 | 775 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-03-30 |
출시 날짜 | 2023-03-24 |
개발자 | skkmvp |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB,en-US,zh-CN |
manifest.json | |
{ "name": "ChatGPT-Box", "short_name": "ChatGPT-Box", "version": "1.1.0", "manifest_version": 3, "description": "AI toolbox for ChatGPT,can use recommended prompts,choice different models,eg.GPT4,DALL\u00b7E support", "icons": { "16": "static\/img\/ch-16.png", "48": "static\/img\/ch-48.png", "128": "static\/img\/ch-128.png" }, "default_locale": "en_US", "action": { "default_icon": "static\/img\/ch-16.png", "default_title": "ChatGPT-Box", "default_popup": "popup\/index.html" }, "background": { "service_worker": "background\/background.js", "type": "module" }, "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "permissions": [ "tabs", "scripting", "storage", "notifications", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "optional_permissions": [], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+J" } } }, "web_accessible_resources": [ { "resources": [ "static\/img\/ch-16.png", "static\/img\/ch-48.png", "static\/img\/loading.gif", "static\/js\/jquery\/jquery-3.3.1.min.js", "static\/js\/eval.min.js" ], "matches": [ " |