Complete AI - Text Autocomplete for ChatGPT

Chrome extension that helps you write prompts faster on ChatGPT with AI-powered autocompletion.

Complete AI - Text Autocomplete for ChatGPTคืออะไร?

Complete AI - Text Autocomplete for ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kaitodevstore และคุณลักษณะหลักของมันคือ "Chrome extension that helps you write prompts faster on ChatGPT with AI-powered autocompletion."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Complete AI - Text Autocomplete for ChatGPT

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

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

                        Supercharge your writing with AI!

Enhance your writing experience with our AI-powered text autocompletion Chrome extension. With just one tool, you can save time and effortlessly compose text in various contexts. Our extension offers the following features:

➤ Seamless sentence autocompletion
Effortlessly complete your sentences when writing your prompts. By hitting the Tab key, our autocompletion feature suggests relevant and context-aware sentence continuations, allowing you to write faster and more efficiently.

➤ Autocomplete
The core feature of our extension is Autocomplete. By pressing Tab, you can swiftly accept suggested completions, reducing the time spent typing and boosting your overall productivity.

➤ Friendly text completion for ChatGPT
Our extension is specially designed to provide text autocompletion support for GPT chats. Experience enhanced chat conversations, instant message generation, and accelerated writing workflows within ChatGPT interface.

Note: This is a beta version. If you are facing some issues, you'll be required to add your hugging face GPT-2 API Key (https://huggingface.co/gpt2)

We are continuously working to enhance your experience with our text autocompletion extension. If you have any questions or feedback, please reach out to us at [email protected]. We value your input and are here to assist you in making the most of our AI-powered writing tool.                    

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

ชื่อ Complete AI - Text Autocomplete for ChatGPT Complete AI - Text Autocomplete for ChatGPT
ID fbmngedglhldachckegobogcglnbojge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/complete-ai-text-autocomp/fbmngedglhldachckegobogcglnbojge
คำอธิบาย Chrome extension that helps you write prompts faster on ChatGPT with AI-powered autocompletion.
ขนาดไฟล์ 1.26 MB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2023-09-05
วันที่เผยแพร่ 2023-06-11
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา kaitodevstore
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://kaitodev-store.super.site
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Complete AI - Text Autocomplete for ChatGPT",
    "description": "Chrome extension that helps you write prompts faster on ChatGPT with AI-powered autocompletion.",
    "version": "0.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/images\/icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "\/images\/icon.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}