DaRa
Have a conversation with any page on the web.
什么是DaRa?
DaRa是由https://dara.chat开发的Chrome扩展程序,该扩展的主要功能是“Have a conversation with any page on the web.”。
扩展截图
下载DaRa扩展crx文件
下载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 |
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" } |