QuickGPT
Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI.
QuickGPT란 무엇입니까?
QuickGPT은(는) Pavel Zastavnitskiy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI."입니다.
확장 프로그램 스크린샷
QuickGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
QuickGPT is an AI-assisted tool that enables users to perform almost any text-related task without knowing special tooling. Using GPT-4 AI under the hood, QuickGPT is able to understand natural language commands, perform elaborate analysis or text generation. Ask it to read a long text and summarise it into bullet points. Or give it an email from annoying person and ask to reply gently. GPT-4 model is extremely powerful, and while some answers will be dumb, you will be impressed with how valuable it is in your day-to-day on the internet. Start with “ctrl + shift + k”. Or “command + shift + k” on a Mac.
확장 프로그램 기본 정보
이름 | QuickGPT |
ID | liheadmmmjjdggcacgocglafampjhehp |
공식 URL | https://chromewebstore.google.com/detail/quickgpt/liheadmmmjjdggcacgocglafampjhehp |
설명 | Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI. |
파일 크기 | 2.01 MB |
설치 횟수 | 88 |
현재 버전 | 28 |
최근 업데이트 | 2023-08-16 |
출시 날짜 | 2023-01-24 |
개발자 | Pavel Zastavnitskiy |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://quickgpt.app/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QuickGPT", "version": "28", "description": "Unleash the power of augmented thinking \u2014 write, edit, brainstorm, analyse, summarise \u2014 on every page. Like magic, but with AI.", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-32.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-32.png" ], "matches": [] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Opens QuickGPT" } }, "externally_connectable": { "matches": [ "https:\/\/ai-assistant-monorepo-website.vercel.app\/*", "https:\/\/quickgpt.app\/*", "http:\/\/localhost:3000\/*" ] } } |