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 |
官方網址 | 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" } |