ChatGPTEverywhere

Use ChatGPT wherever you want

ChatGPTEverywhereคืออะไร?

ChatGPTEverywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alyosha และคุณลักษณะหลักของมันคือ "Use ChatGPT wherever you want"

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

screenshot
screenshot

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

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

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

                        In the past, using ChatGPT required users to open a ChatGPT tab and paste the text they wanted to use. 

This plugin, however, allows users to select a piece of text on any webpage and directly call ChatGPT.                    

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

ชื่อ ChatGPTEverywhere ChatGPTEverywhere
ID mbffncligbhhdgecingogecdhfdknehb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpteverywhere/mbffncligbhhdgecingogecdhfdknehb
คำอธิบาย Use ChatGPT wherever you want
ขนาดไฟล์ 345 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-02-23
วันที่เผยแพร่ 2023-02-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Alyosha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPTEverywhere",
    "description": "Use ChatGPT wherever you want",
    "icons": {
        "128": "images\/alyosha.png",
        "16": "images\/alyosha.png",
        "48": "images\/alyosha.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "type": "module",
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chatgpttooltip-injected-by-alyosha1024.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/alyosha.png",
            "32": "\/images\/alyosha.png",
            "48": "\/images\/alyosha.png",
            "128": "\/images\/alyosha.png"
        }
    }
}