ChatGPT For Explorer

You can use it to search for answers through ChatGPT at any time.

ChatGPT For Explorerคืออะไร?

ChatGPT For Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย golefig และคุณลักษณะหลักของมันคือ "You can use it to search for answers through ChatGPT at any time."

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

screenshot

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

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

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

                        You can use it to search for answers through ChatGPT at any time.                    

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

ชื่อ ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
คำอธิบาย You can use it to search for answers through ChatGPT at any time.
ขนาดไฟล์ 655 KB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2023-02-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา golefig
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT For Explorer",
    "description": "You can use it to search for answers through ChatGPT at any time.",
    "version": "0.0.3",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT For Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}