GeePeeTee - OpenAi ChatGPT + Image assistant
Create text completions/edits, and generate images easily with a prompt.
GeePeeTee - OpenAi ChatGPT + Image assistant란 무엇입니까?
GeePeeTee - OpenAi ChatGPT + Image assistant은(는) Airdik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create text completions/edits, and generate images easily with a prompt."입니다.
확장 프로그램 스크린샷
GeePeeTee - OpenAi ChatGPT + Image assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily access OpenAi's text and image models from this extension. You can access Completion, Edit, and Image models with a simple click, or a keyboard shortcut of "Ctrl + Shift + Space" Answer all of you questions and kill your curiosity with this modern and dynamic design that allows you to generate text with ChatGPT and generate images from Dall-E.
확장 프로그램 기본 정보
이름 | GeePeeTee - OpenAi ChatGPT + Image assistant |
ID | dbegpdaninkikfcfodenceojbpdgdoaa |
공식 URL | https://chromewebstore.google.com/detail/geepeetee-openai-chatgpt/dbegpdaninkikfcfodenceojbpdgdoaa |
설명 | Create text completions/edits, and generate images easily with a prompt. |
파일 크기 | 104 KB |
설치 횟수 | 7,760 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2023-03-17 |
출시 날짜 | 2023-01-27 |
평점 | 2.89/5 총 9 개의 평점 |
개발자 | Airdik |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.buymeacoffee.com/Airdik |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GeePeeTee - OpenAi ChatGPT + Image assistant", "version": "1.2.3", "description": "Create text completions\/edits, and generate images easily with a prompt.", "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "action": { "default_icon": { "16": "assets\/extension-icon.png", "24": "assets\/extension-icon.png", "32": "assets\/extension-icon.png" }, "default_title": "GeePeeTee", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Space", "mac": "Command+Shift+Space", "windows": "Ctrl+Shift+Space", "chromeos": "Ctrl+Shift+Space", "linux": "Ctrl+Shift+Space" } } }, "manifest_version": 3 } |