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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}