DaRa
Have a conversation with any page on the web.
Qu'est-ce que DaRa ?
DaRa est une extension Chrome développée par https://dara.chat, et sa fonction principale est "Have a conversation with any page on the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DaRa
Téléchargez les fichiers d'extension DaRa au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DaRa |
ID | cjballpcpneldglciedlldbkbigkpkoc |
URL Officiel | https://chromewebstore.google.com/detail/dara/cjballpcpneldglciedlldbkbigkpkoc |
Description | Have a conversation with any page on the web. |
Taille du Fichier | 11.86 KB |
Nombre d'Installations | 556 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2023-06-11 |
Date de Publication | 2023-03-27 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | https://dara.chat |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.dara.chat/privacy |
Langues Prises en Charge | 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" } |