DaRa

Have a conversation with any page on the web.

DaRa क्या है?

DaRa https://dara.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Have a conversation with any page on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DaRa एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
}