GeePeeTee - OpenAi ChatGPT + Image assistant

Create text completions/edits, and generate images easily with a prompt.

GeePeeTee - OpenAi ChatGPT + Image assistantคืออะไร?

GeePeeTee - OpenAi ChatGPT + Image assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Airdik และคุณลักษณะหลักของมันคือ "Create text completions/edits, and generate images easily with a prompt."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GeePeeTee - OpenAi ChatGPT + Image assistant

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

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

                        Easily access OpenAi's text and image models from this extension. You can access Completion, Edit, and Image models with a simple click, or a keyboard shortcut of "Ctrl + Shift + Space"

 Answer all of you questions and kill your curiosity with this modern and dynamic design that allows you to generate text with ChatGPT and generate images from Dall-E.                    

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

ชื่อ GeePeeTee - OpenAi ChatGPT + Image assistant GeePeeTee - OpenAi ChatGPT + Image assistant
ID dbegpdaninkikfcfodenceojbpdgdoaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/geepeetee-openai-chatgpt/dbegpdaninkikfcfodenceojbpdgdoaa
คำอธิบาย Create text completions/edits, and generate images easily with a prompt.
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 7,760
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2023-03-17
วันที่เผยแพร่ 2023-01-27
คะแนน 2.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Airdik
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.buymeacoffee.com/Airdik
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GeePeeTee - OpenAi ChatGPT + Image assistant",
    "version": "1.2.3",
    "description": "Create text completions\/edits, and generate images easily with a prompt.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/extension-icon.png",
            "24": "assets\/extension-icon.png",
            "32": "assets\/extension-icon.png"
        },
        "default_title": "GeePeeTee",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space",
                "windows": "Ctrl+Shift+Space",
                "chromeos": "Ctrl+Shift+Space",
                "linux": "Ctrl+Shift+Space"
            }
        }
    },
    "manifest_version": 3
}