ChatX - Your AI Copilot for Web

An AI copilot available for all websites. It can answer any complex questions, also capability to auto-summarize and translate.

Was ist ChatX - Your AI Copilot for Web?

ChatX - Your AI Copilot for Web ist eine Chrome-Erweiterung, die von imchatx entwickelt wurde, und ihr Hauptmerkmal ist "An AI copilot available for all websites. It can answer any complex questions, also capability to auto-summarize and translate.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ChatX - Your AI Copilot for Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatX - Your AI Copilot for Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Do you want to use ChatGPT directly in your browser without needing to create an additional ChatGPT account? 
Do you want ChatGPT/GPT-4 to assist you while browsing web pages?
Do you want to use artificial intelligence to gain a deeper understanding of browsing knowledge?
All of this can be achieved with ChatX AI Copilot!


Whether the content is lengthy or difficult, ChatX AI Copilot will help you quickly find satisfactory answers based on your needs. 



Not sure how to leverage AI here?

Simply select the content while browsing the web and click on the shortcut button on ChatX AI Copilot! 
Or engage in conversations with multiple AI models in the browser sidebar, send your questions, and receive real-time AI feedback. 

Hope that ChatX AI Copilot can become your on-the-go intelligent advisor! 


⭐️ Key Features ⭐️


1️⃣ AI Copilot supported by various LLMs:

- ChatX has achieved integration with mainstream large language models (LLMs), allowing you to choose your preferred model as your default productivity tool.
- Currently supported models include GPT 3.5, GPT 4, Google Gemini Pro, Claude Instant, and Claude 2, among others.
- You can utilize the power of AI for translation, summarization, or even to ask for more information about the content you are reading.


2️⃣ Reading Assistant:

- Quickly translate or understand selected content using the context menu.
- Quick ask questions about selected content and receive real-time answers.
- Create and save custom prompts for reuse when needed.

- How to use it? ⬇️
- Simply drag your mouse to select the content you want to understand and click on the ChatX toolbar icon to perform the desired action.
- Alternatively, you can use the ChatX menu in the browser's right-click menu to perform full-text translate/summarize on the current webpage.


3️⃣ Instant Chat Assistant:

- Engage in conversations with designated models to answer any questions.
- Chat with multiple models simultaneously and compare their answers in real-time.

- Generate various creative texts based on your needs.


4️⃣ More efficiency tools:

- Immersive paragraph and full-text translation, generating translated results compared to the original text.
- Summarize webpage content by paragraphs to enhance reading efficiency.
- Enhanced search engine results for improved search effectiveness.



ℹ️ Introduction to ChatX AI Copilot:

ChatX AI Copilot currently aggregates various mainstream LLMs. With our AI Copilot, you can translate, summarize, or gain a deeper understanding of the content you are reading. ChatX AI Copilot will help you find more accurate and higher-quality information, saving you time and effort.


ChatX can be used on any webpage, and its built-in chat assistant can answer any complex questions. This allows you to have deeper insights into the content you are browsing by discussing with the AI assistant accompanying you everywhere.



➕ How to use in your browser?
We currently offer extensions for Chrome and Edge. Simply download and log in to our extension to use AI and ChatGPT on any website without needing to create additional accounts.

📪 How to get support?
If you have any questions or feedback, feel free to contact us at [email protected].

🔏 Privacy Policy
We have updated our privacy policy to ensure it includes detailed information about user data collection, processing, storage, and sharing. You can view it at https://chatx.im/privacy.                    

Grundlegende Informationen zur Erweiterung

Name ChatX - Your AI Copilot for Web ChatX - Your AI Copilot for Web
ID mfkfdcmahjobmohdhpgbhflegccgnmec
Offizielle URL https://chromewebstore.google.com/detail/chatx-your-ai-copilot-for/mfkfdcmahjobmohdhpgbhflegccgnmec
Beschreibung An AI copilot available for all websites. It can answer any complex questions, also capability to auto-summarize and translate.
Dateigröße 3.61 MB
Installationsanzahl 533
Aktuelle Version 0.3.2
Letztes Update 2024-02-21
Veröffentlichungsdatum 2023-09-11
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler imchatx
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://chatx.im
URL der Datenschutzrichtlinien-Seite https://chatx.im/privacy
Unterstützte Sprachen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.3.2",
    "author": "zmn",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "favicon"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "search-enhance.af1407eb.js"
            ],
            "css": [
                "search-enhance.98dc2bc1.css",
                "search-enhance.8f28c282.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "sidebar.c7a2888e.js"
            ],
            "css": [
                "sidebar.64cdb1b4.css",
                "sidebar.fa45283c.css",
                "search-enhance.8f28c282.css"
            ]
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "search-enhance.5c325ca2.css",
                "search-enhance.1c1d69c0.css",
                "search-enhance.6d044c33.css",
                "search-enhance.9b5db835.css",
                "KaTeX_AMS-Regular.988967e2.woff2",
                "KaTeX_AMS-Regular.9cd9d238.woff",
                "KaTeX_AMS-Regular.69c93a81.ttf",
                "KaTeX_Caligraphic-Bold.7042f297.woff2",
                "KaTeX_Caligraphic-Bold.cb3a7628.woff",
                "KaTeX_Caligraphic-Bold.54485259.ttf",
                "KaTeX_Caligraphic-Regular.050c5d72.woff2",
                "KaTeX_Caligraphic-Regular.e6786851.woff",
                "KaTeX_Caligraphic-Regular.034363a1.ttf",
                "KaTeX_Fraktur-Bold.79d0346e.woff2",
                "KaTeX_Fraktur-Bold.f515f38d.woff",
                "KaTeX_Fraktur-Bold.ffcf625f.ttf",
                "KaTeX_Fraktur-Regular.a0c9e637.woff2",
                "KaTeX_Fraktur-Regular.9fc7cec0.woff",
                "KaTeX_Fraktur-Regular.2de8828f.ttf",
                "KaTeX_Main-Bold.f5da2760.woff2",
                "KaTeX_Main-Bold.c712439d.woff",
                "KaTeX_Main-Bold.de04eef7.ttf",
                "KaTeX_Main-BoldItalic.85e1a9d2.woff2",
                "KaTeX_Main-BoldItalic.9b8187bd.woff",
                "KaTeX_Main-BoldItalic.da4100ad.ttf",
                "KaTeX_Main-Italic.cd3778a9.woff2",
                "KaTeX_Main-Italic.de72674e.woff",
                "KaTeX_Main-Italic.2fd5e611.ttf",
                "KaTeX_Main-Regular.fde1810b.woff2",
                "KaTeX_Main-Regular.9089934a.woff",
                "KaTeX_Main-Regular.cac58b39.ttf",
                "KaTeX_Math-BoldItalic.f8132553.woff2",
                "KaTeX_Math-BoldItalic.2b8e41f3.woff",
                "KaTeX_Math-BoldItalic.46db4d4a.ttf",
                "KaTeX_Math-Italic.57547ee8.woff2",
                "KaTeX_Math-Italic.01a1260b.woff",
                "KaTeX_Math-Italic.5a266c22.ttf",
                "KaTeX_SansSerif-Bold.229fbf4e.woff2",
                "KaTeX_SansSerif-Bold.0eff3f63.woff",
                "KaTeX_SansSerif-Bold.1f55cfb8.ttf",
                "KaTeX_SansSerif-Italic.5d80b318.woff2",
                "KaTeX_SansSerif-Italic.b90e1235.woff",
                "KaTeX_SansSerif-Italic.8f40e3c8.ttf",
                "KaTeX_SansSerif-Regular.f4de5434.woff2",
                "KaTeX_SansSerif-Regular.538e0fa9.woff",
                "KaTeX_SansSerif-Regular.78485cbf.ttf",
                "KaTeX_Script-Regular.917b524d.woff2",
                "KaTeX_Script-Regular.e039b78e.woff",
                "KaTeX_Script-Regular.8827d9ea.ttf",
                "KaTeX_Size1-Regular.5065ae29.woff2",
                "KaTeX_Size1-Regular.34d417af.woff",
                "KaTeX_Size1-Regular.ee1425c6.ttf",
                "KaTeX_Size2-Regular.1a74451c.woff2",
                "KaTeX_Size2-Regular.944bc4dd.woff",
                "KaTeX_Size2-Regular.920c4783.ttf",
                "KaTeX_Size3-Regular.db3cf123.woff2",
                "KaTeX_Size3-Regular.58478750.woff",
                "KaTeX_Size3-Regular.18cf61a3.ttf",
                "KaTeX_Size4-Regular.5edbb438.woff2",
                "KaTeX_Size4-Regular.0c5341cb.woff",
                "KaTeX_Size4-Regular.20c9dbff.ttf",
                "KaTeX_Typewriter-Regular.135bfa97.woff2",
                "KaTeX_Typewriter-Regular.cf3bb00d.woff",
                "KaTeX_Typewriter-Regular.4efa7b75.ttf",
                "search-enhance.be07e18e.css",
                "search-enhance.9205dc11.css",
                "search-enhance.e579e201.css",
                "search-enhance.0ff59472.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "sidebar.0e7d8980.css",
                "search-enhance.1c1d69c0.css",
                "sidebar.9e07a6e1.css",
                "sidebar.9a592764.css",
                "sidebar.6cfb23ec.css",
                "search-enhance.6d044c33.css",
                "search-enhance.9b5db835.css",
                "KaTeX_AMS-Regular.988967e2.woff2",
                "KaTeX_AMS-Regular.9cd9d238.woff",
                "KaTeX_AMS-Regular.69c93a81.ttf",
                "KaTeX_Caligraphic-Bold.7042f297.woff2",
                "KaTeX_Caligraphic-Bold.cb3a7628.woff",
                "KaTeX_Caligraphic-Bold.54485259.ttf",
                "KaTeX_Caligraphic-Regular.050c5d72.woff2",
                "KaTeX_Caligraphic-Regular.e6786851.woff",
                "KaTeX_Caligraphic-Regular.034363a1.ttf",
                "KaTeX_Fraktur-Bold.79d0346e.woff2",
                "KaTeX_Fraktur-Bold.f515f38d.woff",
                "KaTeX_Fraktur-Bold.ffcf625f.ttf",
                "KaTeX_Fraktur-Regular.a0c9e637.woff2",
                "KaTeX_Fraktur-Regular.9fc7cec0.woff",
                "KaTeX_Fraktur-Regular.2de8828f.ttf",
                "KaTeX_Main-Bold.f5da2760.woff2",
                "KaTeX_Main-Bold.c712439d.woff",
                "KaTeX_Main-Bold.de04eef7.ttf",
                "KaTeX_Main-BoldItalic.85e1a9d2.woff2",
                "KaTeX_Main-BoldItalic.9b8187bd.woff",
                "KaTeX_Main-BoldItalic.da4100ad.ttf",
                "KaTeX_Main-Italic.cd3778a9.woff2",
                "KaTeX_Main-Italic.de72674e.woff",
                "KaTeX_Main-Italic.2fd5e611.ttf",
                "KaTeX_Main-Regular.fde1810b.woff2",
                "KaTeX_Main-Regular.9089934a.woff",
                "KaTeX_Main-Regular.cac58b39.ttf",
                "KaTeX_Math-BoldItalic.f8132553.woff2",
                "KaTeX_Math-BoldItalic.2b8e41f3.woff",
                "KaTeX_Math-BoldItalic.46db4d4a.ttf",
                "KaTeX_Math-Italic.57547ee8.woff2",
                "KaTeX_Math-Italic.01a1260b.woff",
                "KaTeX_Math-Italic.5a266c22.ttf",
                "KaTeX_SansSerif-Bold.229fbf4e.woff2",
                "KaTeX_SansSerif-Bold.0eff3f63.woff",
                "KaTeX_SansSerif-Bold.1f55cfb8.ttf",
                "KaTeX_SansSerif-Italic.5d80b318.woff2",
                "KaTeX_SansSerif-Italic.b90e1235.woff",
                "KaTeX_SansSerif-Italic.8f40e3c8.ttf",
                "KaTeX_SansSerif-Regular.f4de5434.woff2",
                "KaTeX_SansSerif-Regular.538e0fa9.woff",
                "KaTeX_SansSerif-Regular.78485cbf.ttf",
                "KaTeX_Script-Regular.917b524d.woff2",
                "KaTeX_Script-Regular.e039b78e.woff",
                "KaTeX_Script-Regular.8827d9ea.ttf",
                "KaTeX_Size1-Regular.5065ae29.woff2",
                "KaTeX_Size1-Regular.34d417af.woff",
                "KaTeX_Size1-Regular.ee1425c6.ttf",
                "KaTeX_Size2-Regular.1a74451c.woff2",
                "KaTeX_Size2-Regular.944bc4dd.woff",
                "KaTeX_Size2-Regular.920c4783.ttf",
                "KaTeX_Size3-Regular.db3cf123.woff2",
                "KaTeX_Size3-Regular.58478750.woff",
                "KaTeX_Size3-Regular.18cf61a3.ttf",
                "KaTeX_Size4-Regular.5edbb438.woff2",
                "KaTeX_Size4-Regular.0c5341cb.woff",
                "KaTeX_Size4-Regular.20c9dbff.ttf",
                "KaTeX_Typewriter-Regular.135bfa97.woff2",
                "KaTeX_Typewriter-Regular.cf3bb00d.woff",
                "KaTeX_Typewriter-Regular.4efa7b75.ttf",
                "search-enhance.be07e18e.css",
                "search-enhance.9205dc11.css",
                "sidebar.c42a013c.css",
                "sidebar.a732d679.svg",
                "sidebar.cbbca6e3.css",
                "sidebar.86511d84.svg",
                "sidebar.ff559e8b.svg",
                "sidebar.bc1826cc.css",
                "sidebar.c8f09877.css"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+K",
                "mac": "Command+K"
            }
        },
        "translate_all": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "Toggle Translate Page"
        },
        "toggle_float_btn": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Show\/Hide Sidebar Icon"
        }
    }
}