TextGPT - Smarter Text Input by OpenAI

TextGPT: Your Virtual Co-Pilot for Smarter Text Input in the Browser, Powered by OpenAI's ChatGPT

TextGPT - Smarter Text Input by OpenAIคืออะไร?

TextGPT - Smarter Text Input by OpenAI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adeelabsjaipur และคุณลักษณะหลักของมันคือ "TextGPT: Your Virtual Co-Pilot for Smarter Text Input in the Browser, Powered by OpenAI's ChatGPT"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TextGPT - Smarter Text Input by OpenAI

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

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

                        🚀 The TextGPT Extension is your virtual co-pilot for smarter text input in the browser, powered by OpenAI's ChatGPT. Enhance your text editing experience with advanced AI capabilities directly within your favorite web applications and text editors. 💪

🔑 Key Features:

1️⃣ Smarter Text Input: Leverage the power of OpenAI's ChatGPT to generate intelligent and context-aware text right in your textarea. 🧠✍️

2️⃣ Customizable Activation: Choose a unique keyword that activates the TextGPT Extension, allowing you to unleash your creativity and control when to engage with the AI assistance. 🎛️

3️⃣ OpenAI API Integration: Seamlessly integrate your OpenAI API key to unlock the full potential of the TextGPT Extension. 🤝🔑

4️⃣ Automatic Key Generation: Generate an OpenAI API key with a single click for a hassle-free setup. 🔐🔢

5️⃣ User-Friendly Settings: Customize the extension's behavior and preferences using the intuitive options page. ⚙️🖥️

6️⃣ Save and Sync Options: Save and sync your extension settings across devices using Chrome's storage. 💾🔄

Experience a new level of productivity and efficiency in your daily writing, content creation, coding, and communication tasks with the TextGPT Extension. Empower your text editors with AI assistance and elevate your writing game. 📈📚💡

💡 Important notes:
1️⃣ This extension requires an OpenAI API key to access the ChatGPT model. 🔐
2️⃣ Make sure to refresh the webpage after installing the extension to ensure its proper functionality. 🔄
3️⃣ For security reasons, the extension will not work on any pages within the Google Store. 🛡️🚫                    

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

ชื่อ TextGPT - Smarter Text Input by OpenAI TextGPT - Smarter Text Input by OpenAI
ID inehfleiieafdkoidehlpkaccjbfgojk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textgpt-smarter-text-inpu/inehfleiieafdkoidehlpkaccjbfgojk
คำอธิบาย TextGPT: Your Virtual Co-Pilot for Smarter Text Input in the Browser, Powered by OpenAI's ChatGPT
ขนาดไฟล์ 27.8 KB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-08-24
วันที่เผยแพร่ 2023-05-24
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา adeelabsjaipur
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trytextgpt.vercel.app/
URL หน้าช่วยเหลือ https://forms.gle/D2uBzN8o88ABaH6Y9
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TextGPT - Smarter Text Input by OpenAI",
    "version": "1.7",
    "author": "Dev Shekhawat - adeelabs",
    "description": "TextGPT: Your Virtual Co-Pilot for Smarter Text Input in the Browser, Powered by OpenAI's ChatGPT",
    "homepage_url": "https:\/\/trytextgpt.vercel.app\/?ref=homepage_url",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "icons": {
        "16": "assets\/logo-16.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo-32.svg",
                "assets\/loading.svg",
                "assets\/gear.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "runAt": "document_end",
            "js": [
                "script.js",
                "createApiKey.js"
            ],
            "all_frames": true
        }
    ]
}