ContextAI

AI answers with context

ContextAI क्या है?

ContextAI victormbrandalise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI answers with context"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ContextAI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}