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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}