Type Genius

An AI-powered Chrome extension that auto completes your whole world

Type Geniusคืออะไร?

Type Genius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย m4tuna และคุณลักษณะหลักของมันคือ "An AI-powered Chrome extension that auto completes your whole world"

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

screenshot

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

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

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

                        Type Genius is powered by GPT, a state-of-the-art natural language processing AI developed by OpenAI. This groundbreaking Chrome extension elevates your browsing experience by providing suggestions to complete your text in textareas across web pages. Now, you can enjoy fast, intelligent, and context-aware autocomplete suggestions for your searches, emails, social media posts, and more!                    

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

ชื่อ Type Genius Type Genius
ID ejokcdmbiifiagicppiakpneifaofghh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/type-genius/ejokcdmbiifiagicppiakpneifaofghh
คำอธิบาย An AI-powered Chrome extension that auto completes your whole world
ขนาดไฟล์ 296 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 0.3.1
อัปเดตครั้งล่าสุด 2023-04-29
วันที่เผยแพร่ 2023-04-29
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา m4tuna
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://main--tiny-entremet-e2b781.netlify.app/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type Genius",
    "description": "An AI-powered Chrome extension that auto completes your whole world",
    "version": "0.3.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles\/contentScript.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "An AI-powered Chrome extension that auto completes your whole world",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16x.png",
            "32": "\/icons\/32x.png",
            "48": "\/icons\/48x.png",
            "128": "\/icons\/128x.png"
        }
    },
    "icons": {
        "16": "\/icons\/16x.png",
        "32": "\/icons\/32x.png",
        "48": "\/icons\/48x.png",
        "128": "\/icons\/128x.png"
    }
}