ChatGPT for Web Search

Search in ChatGPT for Web Search, see both Google results and find out in 2 seconds what ChatGPT will tell you about it.

ChatGPT for Web Search란 무엇입니까?

ChatGPT for Web Search은(는) https://5websearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search in ChatGPT for Web Search, see both Google results and find out in 2 seconds what ChatGPT will tell you about it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ChatGPT for Web Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension for Web Search - uses the search engine from www.google.com and is designed as an innovative chrome extension integrated with ChatGPT.
By using this app you will benefit from both the search results and what ChatGPT writes about your search, which will maximize your search experience.
After installing the application, you can search 6 different categories (Web, image, video, news, torrent, subtitle) simultaneously from the application screen, and view the search results with the 5websearch.com site using Google infrastructure. .
The functionality of the application is shown in the pictures.

Email [email protected] if you run into any issues.

Use the power of ChatGPT with this new app to combine the power of these two websites to maximize the quality of your searches.                    

확장 프로그램 기본 정보

이름 ChatGPT for Web Search ChatGPT for Web Search
ID nffmhhlkdjjeobioinpadedklmjonpdf
공식 URL https://chromewebstore.google.com/detail/chatgpt-for-web-search/nffmhhlkdjjeobioinpadedklmjonpdf
설명 Search in ChatGPT for Web Search, see both Google results and find out in 2 seconds what ChatGPT will tell you about it.
파일 크기 972 KB
설치 횟수 2,779
현재 버전 1.1
최근 업데이트 2023-08-18
출시 날짜 2023-07-19
평점 3.50/5 총 4 개의 평점
개발자 https://5websearch.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://5websearch.com/
도움말 페이지 URL https://5websearch.com/pages/contact-us
개인정보 보호 정책 페이지 URL https://5websearch.com/pages/privacy-policy
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,tr,ca,da,et,es,hr,it,lv,hu,pl,ro,sk,sl,fi,cs,el,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "5websearch",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "\/backgroundScript\/anainout.js"
    },
    "icons": {
        "128": "\/assets\/imgs\/logo_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "browser_style": false,
        "default_icon": {
            "128": "\/assets\/imgs\/logo_128.png"
        },
        "default_title": "5websearch.com-Web Search System"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "sandbox": {
        "pages": [
            "search.html"
        ]
    }
}