DaRa
Have a conversation with any page on the web.
DaRaคืออะไร?
DaRa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dara.chat และคุณลักษณะหลักของมันคือ "Have a conversation with any page on the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DaRa
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |