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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://5websearch.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT for Web Search

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT for Web Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}