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."입니다.

확장 프로그램 스크린샷

screenshot

DaRa 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}