GptGO - ChatGPT from any tab
Highlight. Open. Search. It's that easy.
GptGO - ChatGPT from any tab란 무엇입니까?
GptGO - ChatGPT from any tab은(는) GptGO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight. Open. Search. It's that easy."입니다.
확장 프로그램 스크린샷
GptGO - ChatGPT from any tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Never leave your tab to search something on ChatGPT again! GptGO allows you to search anything on ChatGPT in an instant! With our Quick Search feature and lightweight popup, you can boost your browser and elevate your study productivity. See the video above for a full demo of the features. GptGO version 3.0 is here!!!! Some exciting new features are: - You can now start a new chat and view your search history from the popup - New support for ChatGPT's API - Up to 20% faster search times - Fixed errors that caused GptGO to be unstable at times ***Important Disclaimer: Some of GptGO's promotional videos highlight it's speed and objective accuracy by solving multiple choice questions. The questions in these videos hold no academic merit and are meant to only be a demonstration of the Extension's capabilities. GptGO does not support any form of cheating including but not limited to plagiarism, impersonation, or illegal use of online resources. Users are not permitted to use GptGO for any purpose that may result in academic dishonesty. The user assumes full responsibility for their actions and any consequences that may arise as a result of using GptGO in an unethical or illegal manner. ***Privacy Policy: Click on "Privacy Policy" under the Developer section to learn more.
확장 프로그램 기본 정보
이름 | GptGO - ChatGPT from any tab |
ID | oeekolihnpojdigebjbhnkhbepjdoidi |
공식 URL | https://chromewebstore.google.com/detail/gptgo-chatgpt-from-any-ta/oeekolihnpojdigebjbhnkhbepjdoidi |
설명 | Highlight. Open. Search. It's that easy. |
파일 크기 | 1.15 MB |
설치 횟수 | 40,734 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-03-17 |
출시 날짜 | 2023-02-13 |
평점 | 3.29/5 총 38 개의 평점 |
개발자 | GptGO |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://gptgo-privacy-policy.web.app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GptGO - ChatGPT from any tab", "description": "Highlight. Open. Search. It's that easy.", "version": "3.0.0", "manifest_version": 3, "action": { "default_title": "GptGO - ChatGPT from any tab", "default_popup": "index.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "192": "images\/logo192.png", "512": "images\/logo512.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "192": "images\/logo192.png", "512": "images\/logo512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "contextMenus", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "options_page": "options\/options.html" } |