ContextAI

AI answers with context

Что такое ContextAI?

ContextAI - это расширение Chrome, разработанное victormbrandalise, и его основная функция - "AI answers with context".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ContextAI

Скачайте файлы расширений ContextAI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Get AI replies that make sense.

ContextAI is an extension that not only generates content using AI but also takes the information available in the page to generate better responses.

To use it just type "ai;" or "ai ;".
- Like something ⇒ ai congratulate; or ai praise;
- Disagree ⇒ ai disagree;
- Need the source ⇒ ai find source;

ContextAI is optimized for Twitter and Instagram but also works on many other websites.                    

Основная информация о расширении

Название ContextAI ContextAI
ID hkhajfdbimpdgollnljpaokdiklfcmpm
Официальный URL https://chromewebstore.google.com/detail/contextai/hkhajfdbimpdgollnljpaokdiklfcmpm
Описание AI answers with context
Размер файла 17.38 KB
Количество установок 26
Текущая Версия 0.4
Последнее Обновление 2023-05-17
Дата публикации 2023-05-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик victormbrandalise
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://contextai-7436e.web.app/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ContextAI",
    "description": "AI answers with context",
    "version": "0.4",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/us-central1-contextai-7436e.cloudfunctions.net\/completeRequest"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/contextai-7436e.web.app\/*"
        ]
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}