ChatGPT in New Tab
New Tab with quick ChatGPT access
ChatGPT in New Tab란 무엇입니까?
ChatGPT in New Tab은(는) Gooog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New Tab with quick ChatGPT access"입니다.
확장 프로그램 스크린샷
ChatGPT in New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing the ultimate browser extension for all the curious minds out there - ChatGPT AI in New Tab Page! A new tab page that will make your browsing experience more efficient and enjoyable. With ChatGPT in New Tab, you will have easy access to ChatGPT search. Features: ChatGPT search with one click Usual search engine with “Enter” hit Minimalistic design Private search, no search data collection Free to use How to use: The first time you use it, you need to be logged in to openai.com. After that, you don't need to login all the time. ChatGPT is a large language model powered by artificial intelligence (Ai) that can engage in human-like conversations on a wide range of topics. The extension is designed to give you quick access to all the information you need in one place. Upon opening a new tab, you will be greeted with a clean and minimalist interface that allows you to easily search for anything you want using ChatGPT Ai or your usual search engine. Whether you are looking for the latest news, trending topics, or simply want to satisfy your curiosity, ChatGPT New Tab Page has got you covered. With just a few clicks, you can get access to a world of information and knowledge right at your fingertips. The best part about ChatGPT New Tab Page is that it's completely free. Just download the extension from the Chrome Web Store and you're ready to go. It's lightweight, fast, and easy to use, making it the perfect extension for anyone looking to streamline their browsing experience. It's the ultimate tool for anyone who loves to explore and learn new things. Check it out today and see the difference it can make! Disclaimer: ChatGPT in New Tab is not an official plugin. ChatGPT™ is a trademark of OpenAI Inc.
확장 프로그램 기본 정보
이름 | ChatGPT in New Tab |
ID | dcdioeaeejohhgbpobifnhbdjnmgeejl |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-in-new-tab/dcdioeaeejohhgbpobifnhbdjnmgeejl |
설명 | New Tab with quick ChatGPT access |
파일 크기 | 108 KB |
설치 횟수 | 1,047 |
현재 버전 | 1.0.0.1 |
최근 업데이트 | 2023-05-05 |
출시 날짜 | 2023-03-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Gooog |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://ai-search.org/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_appButtonDesc__" }, "background": { "service_worker": "\/files\/js\/worker.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "https:\/\/search.yahoo.com\/", "https:\/\/*.openai.com\/*" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png" }, "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "webRequest", "storage" ], "version": "1.0.0.1" } |