TypeAI

Generate text using Chat GPT on every website input field

TypeAIคืออะไร?

TypeAI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://karthikponnam.dev และคุณลักษณะหลักของมันคือ "Generate text using Chat GPT on every website input field"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Type AI - Your Ultimate Text Generation Companion!

TypeAI is your one-stop solution for all your text generation needs.

Try TypeAI now and unlock the full potential of AI-powered text generation. Say goodbye to tedious writing tasks and let TypeAI be your ultimate text generation companion.                    

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

ชื่อ TypeAI TypeAI
ID epleehoimjhfndhecgchgfcdmhjanhbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi
คำอธิบาย Generate text using Chat GPT on every website input field
ขนาดไฟล์ 27.84 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-04-21
วันที่เผยแพร่ 2023-04-20
ผู้พัฒนา https://karthikponnam.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://typeai.karthikponnam.dev/
URL หน้าช่วยเหลือ https://typeai.karthikponnam.dev/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TypeAI",
    "version": "1.3",
    "description": "Generate text using Chat GPT on every website input field",
    "icons": {
        "48": "icons\/logo.png",
        "96": "icons\/logo-96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "typeai.js"
            ],
            "run_at": "document_start"
        }
    ]
}