ChatGPT - Auto-continue Generating

A simple extension that let ChatGPT to auto-continue generating text when the button appear.

ChatGPT - Auto-continue Generatingคืออะไร?

ChatGPT - Auto-continue Generating เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ChatGPT ext. และคุณลักษณะหลักของมันคือ "A simple extension that let ChatGPT to auto-continue generating text when the button appear."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT - Auto-continue Generating

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

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

                        Unlock AI-powered creativity with our Chrome extension! This tool allows you to utilize ChatGPT to automatically generate and continue text, making your writing process more efficient and innovative. 

Perfect for content creators, bloggers, or anyone in need of a digital writing assistant. Enhance your writing today and explore limitless possibilities with our cutting-edge AI technology.                    

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

ชื่อ ChatGPT - Auto-continue Generating ChatGPT - Auto-continue Generating
ID jeeognbpmiokkoobpmoonkbjalbdeklf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf
คำอธิบาย A simple extension that let ChatGPT to auto-continue generating text when the button appear.
ขนาดไฟล์ 26.96 KB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-07-09
วันที่เผยแพร่ 2023-07-09
ผู้พัฒนา ChatGPT ext.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT - Auto-continue Generating",
    "version": "1.0",
    "description": "A simple extension that let ChatGPT to auto-continue generating text when the button appear.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}