ChatGPT Chrome Extension
ChatGPT Chrome Extension
ChatGPT Chrome Extension란 무엇입니까?
ChatGPT Chrome Extension은(는) cmbitton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT Chrome Extension"입니다.
확장 프로그램 스크린샷
ChatGPT Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Chrome browser extension powered by ChatGPT. Currently in production. This browser extension allows you to use ChatGPT directly, using your ChatGPT authorization token as authentication. The extension provides a small icon in the upper right corner, that when clicked, reveals a modal to input information into ChatGPT. You can choose to either input highlighted text on a webpage, or have ChatGPT's output processed as input. The extension provides an easier user interface for ChatGPT, and can be used across any webpage. This allows for a much more efficient and productive workflow. A gmail addition to the extension was also implemented, which implements a secondary ChatGPT icon when a composing an email on Gmail. This portion of the extension will send any information in the message body of the email to ChatGPT, allowing the user to draft, rewrite, and respond to emails. This ChatGPT extension cannot access past emails or webpage information, and will only send user selected text to ChatGPT -Gmail capability added 2/23/2023 -All webpage access added 2/26/2023
확장 프로그램 기본 정보
이름 | ChatGPT Chrome Extension |
ID | iaihacgaeegpdplkmpdhomponihchjbf |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-chrome-extension/iaihacgaeegpdplkmpdhomponihchjbf |
설명 | ChatGPT Chrome Extension |
파일 크기 | 38.02 MB |
설치 횟수 | 28 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2023-03-02 |
출시 날짜 | 2023-03-02 |
개발자 | cmbitton |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Chrome Extension", "version": "0.1.0", "description": "ChatGPT Chrome Extension", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "ChatGPT Chrome Extension", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |