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

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

                        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
عنوان صفحة سياسة الخصوصية 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"
}