ContextAI

AI answers with context

ContextAIคืออะไร?

ContextAI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย victormbrandalise และคุณลักษณะหลักของมันคือ "AI answers with context"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ContextAI

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
            ]
        }
    ]
}