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