ChatGPT For Google
Can't find what you're looking for with Google? Ask an artificial intelligence instead.
ChatGPT For Google란 무엇입니까?
ChatGPT For Google은(는) rgantzos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Can't find what you're looking for with Google? Ask an artificial intelligence instead."입니다.
확장 프로그램 스크린샷
ChatGPT For Google 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sometimes it can be hard to articulate what you're looking for to the extent that Google understands what you're saying, and can sometimes find the right results. In those cases, GoogleGPT is here for you. You can easily click a button on the Google search page to replace the search bar with a ChatGPT input.
확장 프로그램 기본 정보
이름 | ChatGPT For Google |
ID | jgpockpcjdfkmaiiefcbfjaaekocfmha |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha |
설명 | Can't find what you're looking for with Google? Ask an artificial intelligence instead. |
파일 크기 | 49.32 KB |
설치 횟수 | 26 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2023-03-06 |
출시 날짜 | 2023-03-05 |
개발자 | rgantzos |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.scratchtools.app/docs/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT For Google", "short_name": "GoogleGPT", "manifest_version": 3, "version": "0.0.1", "version_name": "0.0.1", "description": "Can't find what you're looking for with Google? Ask an artificial intelligence instead.", "author": "Ronan", "host_permissions": [ "https:\/\/www.google.com\/*" ], "action": { "default_icon": "\/logo.png", "default_popup": "\/popup.html", "default_title": "GoogleGPT" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "ask.js" ], "css": [ "style.css" ] } ], "icons": { "16": "\/logo.png", "48": "\/logo.png", "128": "\/logo.png" } } |