ContextAI

AI answers with context

ContextAIとは何ですか?

ContextAIはvictormbrandaliseによって開発されたChromeの拡張機能で、その主な機能は「AI answers with context」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ContextAI拡張機能のCRXファイルをダウンロード

ContextAI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}