DaRa

Have a conversation with any page on the web.

Cos'è DaRa?

DaRa è un'estensione di Chrome sviluppata da https://dara.chat, e la sua funzione principale è "Have a conversation with any page on the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DaRa

Scarica i file di estensione DaRa in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DaRa DaRa
ID cjballpcpneldglciedlldbkbigkpkoc
URL Ufficiale https://chromewebstore.google.com/detail/dara/cjballpcpneldglciedlldbkbigkpkoc
Descrizione Have a conversation with any page on the web.
Dimensione del File 11.86 KB
Conteggio Installazioni 556
Versione Corrente 1.2
Ultimo Aggiornamento 2023-06-11
Data di Pubblicazione 2023-03-27
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://dara.chat
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.dara.chat/privacy
Lingue Supportate 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"
}