TurboGPT For ChatGPT

Fast custom prompts to ChatGPT-3 API

TurboGPT For ChatGPTคืออะไร?

TurboGPT For ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atholm2 และคุณลักษณะหลักของมันคือ "Fast custom prompts to ChatGPT-3 API"

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing TurboGPT - the ultimate productivity Chat GPT Chrome extension designed to supercharge your writing experience. With TurboGPT, you can quickly generate text snippets, article summaries, and even entire articles using cutting-edge AI technology.

Powered by OpenAI's Chat GPT-3 language model, TurboGPT offers lightning-fast writing suggestions and automated content creation for all your writing needs. Whether you're a blogger, content marketer, or just looking to write more efficiently, TurboGPT is the perfect tool to help you boost your writing speed and quality.

TurboGPT is incredibly easy to use. Simply install the extension, and you'll have access to a powerful AI writing assistant right in your browser. With intuitive prompts and real-time suggestions, TurboGPT can help you write better and faster than ever before.

So why waste time struggling with writer's block or staring at a blank page? Install TurboGPT today and start writing with the speed and confidence of a professional writer.                    

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

ชื่อ TurboGPT For ChatGPT TurboGPT For ChatGPT
ID ondgiajaaelbpcfchpgoemhhdbhgokgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turbogpt-for-chatgpt/ondgiajaaelbpcfchpgoemhhdbhgokgd
คำอธิบาย Fast custom prompts to ChatGPT-3 API
ขนาดไฟล์ 237 KB
จำนวนการติดตั้ง 273
เวอร์ชันปัจจุบัน 0.0.3.0
อัปเดตครั้งล่าสุด 2023-03-09
วันที่เผยแพร่ 2023-03-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา atholm2
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://turbogpt.co
URL หน้าช่วยเหลือ https://turbogpt.co
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TurboGPT For ChatGPT",
    "version": "0.0.3.0",
    "description": "Fast custom prompts to ChatGPT-3 API",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/iconA16.png",
        "48": "icons\/NewiconA48.png",
        "128": "icons\/NewiconA128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "commands"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "content.js",
                "popup_world.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "TurboGPT"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "prompt-on-the-fly": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Launches the Prompt-on-the-Fly functionality"
        }
    }
}