ContextAI

AI answers with context

ContextAI란 무엇입니까?

ContextAI은(는) victormbrandalise에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI answers with context"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Get AI replies that make sense.

ContextAI is an extension that not only generates content using AI but also takes the information available in the page to generate better responses.

To use it just type "ai;" or "ai ;".
- Like something ⇒ ai congratulate; or ai praise;
- Disagree ⇒ ai disagree;
- Need the source ⇒ ai find source;

ContextAI is optimized for Twitter and Instagram but also works on many other websites.                    

확장 프로그램 기본 정보

이름 ContextAI ContextAI
ID hkhajfdbimpdgollnljpaokdiklfcmpm
공식 URL https://chromewebstore.google.com/detail/contextai/hkhajfdbimpdgollnljpaokdiklfcmpm
설명 AI answers with context
파일 크기 17.38 KB
설치 횟수 26
현재 버전 0.4
최근 업데이트 2023-05-17
출시 날짜 2023-05-16
평점 5.00/5 총 1 개의 평점
개발자 victormbrandalise
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://contextai-7436e.web.app/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ContextAI",
    "description": "AI answers with context",
    "version": "0.4",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/us-central1-contextai-7436e.cloudfunctions.net\/completeRequest"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/contextai-7436e.web.app\/*"
        ]
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}