ChatKar - Conversations with ChatGPT
ChatKar: Smart conversations with ChatGPT for everyone
ChatKar - Conversations with ChatGPTとは何ですか?
ChatKar - Conversations with ChatGPTはKARHIT STDによって開発されたChromeの拡張機能で、その主な機能は「ChatKar: Smart conversations with ChatGPT for everyone」です。
拡張機能のスクリーンショット
ChatKar - Conversations with ChatGPT拡張機能のCRXファイルをダウンロード
ChatKar - Conversations with ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        ChatKar.vn cho phép bạn trò chuyện dễ dàng và nhanh chóng với ChatGPT, mô hình ngôn ngữ trí tuệ nhân tạo tiên tiến nhất.                     拡張機能の基本情報
| 名前 |   |  
| ID | ohhcejhbaeokognbbkdecdfampcdpgfh | 
| 公式URL | https://chromewebstore.google.com/detail/chatkar-conversations-wit/ohhcejhbaeokognbbkdecdfampcdpgfh | 
| 説明 | ChatKar: Smart conversations with ChatGPT for everyone | 
| ファイルサイズ | 136 KB | 
| インストール数 | 37 | 
| 現在のバージョン | 1.0.0 | 
| 最終更新日 | 2023-04-20 | 
| 公開日 | 2023-04-19 | 
| 開発者 | KARHIT STD | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://www.chatkar.vn/ | 
| ヘルプページのURL | https://www.chatkar.vn/policy | 
| 対応言語 | vi | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "ChatKar - Conversations with ChatGPT",
    "description": "ChatKar: Smart conversations with ChatGPT for everyone",
    "icons": {
        "16": ".\/logo\/CHATKAR-removebg-preview_16.png",
        "32": ".\/logo\/CHATKAR-removebg-preview_32.png",
        "48": ".\/logo\/CHATKAR-removebg-preview_48.png"
    },
    "action": {
        "default_popup": ".\/dist\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/api.chatkar.vn\/"
    ]
}  |  |