ChatGPT For Google

Can't find what you're looking for with Google? Ask an artificial intelligence instead.

ChatGPT For Googleคืออะไร?

ChatGPT For Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rgantzos และคุณลักษณะหลักของมันคือ "Can't find what you're looking for with Google? Ask an artificial intelligence instead."

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

screenshot

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

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

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

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