ChatGPT everywhere

Get ChatGPT responses on web pages! Extended conversations in popular search engines. Elevate your browsing experience with GPT

ChatGPT everywhereคืออะไร?

ChatGPT everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GPT tools และคุณลักษณะหลักของมันคือ "Get ChatGPT responses on web pages! Extended conversations in popular search engines. Elevate your browsing experience with GPT"

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        With the ChatGPT everywhere google extension, users can enjoy the power of ChatGPT alongside popular search engines such as Google, Bing, DuckDuckGo, and many others. This innovative extension works by presenting ChatGPT's response alongside regular search engine results, which allows users to receive additional insights and perspectives on their searches.

The ChatGPT everywhere google extension offers several impressive features, including support for all popular search engines, access to the official OpenAI API, and the ability to access ChatGPT from the extension popup. Furthermore, users can take advantage of the extension's markdown rendering and code highlighting capabilities to improve their reading experience. The extension's dark mode feature also ensures that users can browse comfortably in low light environments.

Additionally, the extension's feedback feature provides users with the opportunity to contribute to improving the ChatGPT experience. Users can give feedback and suggestions to enhance the extension's performance and usability. Furthermore, the extension offers a custom trigger mode and a copy to clipboard function to streamline users' search experience.

To use the ChatGPT for Google extension, users need to have a ChatGPT account. Fortunately, creating an account is easy and free. Users can create their accounts on the ChatGPT website at chat.openai.com. Overall, the ChatGPT for Google extension offers an unparalleled user experience that enhances search engines with the power of advanced AI technology.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT everywhere ChatGPT everywhere
ID bioofijhekjedfoeggjkmpgienkmohfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-everywhere/bioofijhekjedfoeggjkmpgienkmohfd
คำอธิบาย Get ChatGPT responses on web pages! Extended conversations in popular search engines. Elevate your browsing experience with GPT
ขนาดไฟล์ 499 KB
จำนวนการติดตั้ง 587,937
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-07-05
วันที่เผยแพร่ 2023-05-23
คะแนน 4.85/5 รวมทั้งหมด 101 คะแนน
ผู้พัฒนา GPT tools
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.0.4",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "favicon",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/",
        "*:\/\/*.yahoo.com\/",
        "*:\/\/*.bing.com\/",
        "*:\/\/duckduckgo.com\/",
        "*:\/\/chat.openai.com\/"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*",
                "*.svg",
                "*.png",
                "*.css",
                "*.otf",
                "chrome:\/\/favicon\/*",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}