DaRa

Have a conversation with any page on the web.

Что такое DaRa?

DaRa - это расширение Chrome, разработанное https://dara.chat, и его основная функция - "Have a conversation with any page on the web.".

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

screenshot

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

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

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

                        DaRa is a Chrome extension that employs GPT-4, a state-of-the-art artificial intelligence model, to facilitate interactive and context-aware conversations with web pages. Designed to enhance users' browsing experience, the extension seamlessly integrates with the Chrome browser, allowing users to ask questions, seek clarifications, and engage in casual discussions with the content on a web page. It represents a novel approach to online communication, providing users with a more engaging and informative browsing experience.                    

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

Название DaRa DaRa
ID cjballpcpneldglciedlldbkbigkpkoc
Официальный URL https://chromewebstore.google.com/detail/dara/cjballpcpneldglciedlldbkbigkpkoc
Описание Have a conversation with any page on the web.
Размер файла 11.86 KB
Количество установок 556
Текущая Версия 1.2
Последнее Обновление 2023-06-11
Дата публикации 2023-03-27
Рейтинг 3.50/5 Всего 2 оценок
Разработчик https://dara.chat
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.dara.chat/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DaRa",
    "version": "1.2",
    "description": "Have a conversation with any page on the web.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "48": "send-icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "DaRa"
    },
    "minimum_chrome_version": "88"
}