ChatGPT for Web Search Tab

This app improves your search experience by combining Google search results with informative responses generated by ChatGPT.

ChatGPT for Web Search Tab란 무엇입니까?

ChatGPT for Web Search Tab은(는) https://websearchtab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app improves your search experience by combining Google search results with informative responses generated by ChatGPT."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        'The new tab has ChatGPT experiences integrated into Google search results.

This powerful application enhances your search experience by combining the search results from Google with insightful responses generated by ChatGPT. 

With ChatGPT for Web Search, you can dive into six different categories 
 Web, images, video, news, torrents, and subtitles - all from a single application screen. The search results are conveniently displayed using the websearchtab.com site, leveraging Google's robust infrastructure.

The application's functionality is visually demonstrated in accompanying images, providing a clear understanding of its features and usage.

Should you encounter any issues, feel free to reach out to us at [email protected]                    

확장 프로그램 기본 정보

이름 ChatGPT for Web Search Tab ChatGPT for Web Search Tab
ID dhncdpndppkbcihedmkjbnmkdngalmkh
공식 URL https://chromewebstore.google.com/detail/chatgpt-for-web-search-ta/dhncdpndppkbcihedmkjbnmkdngalmkh
설명 This app improves your search experience by combining Google search results with informative responses generated by ChatGPT.
파일 크기 2.06 MB
설치 횟수 10,000
현재 버전 1.6
최근 업데이트 2023-08-30
출시 날짜 2023-08-07
평점 3.67/5 총 3 개의 평점
개발자 https://websearchtab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://websearchtab.com
도움말 페이지 URL https://websearchtab.com/pages/contact-us
개인정보 보호 정책 페이지 URL https://websearchtab.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": "websearchtab",
    "version": "1.6",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/128.png"
    },
    "action": {
        "browser_style": false,
        "default_icon": {
            "128": "images\/128.png"
        },
        "default_title": "Web Search Tab - Web Search System"
    },
    "chrome_url_overrides": {
        "newtab": "websearchtab.html"
    },
    "sandbox": {
        "pages": [
            "websearchtab.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/websearchtab.com\/*"
            ],
            "css": [
                "websearchtab_files\/css2.css",
                "websearchtab_files\/main.css",
                "websearchtab_files\/styles.css"
            ],
            "js": [
                "websearchtab_files\/vendor.js",
                "popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "websearchtab.html"
            ],
            "matches": [
                "https:\/\/websearchtab.com\/*"
            ]
        }
    ]
}