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
电子邮箱 [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:\/\/*\/*"
            ]
        }
    ]
}