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.
擴展基本資訊
名稱 | ChatKar - Conversations with ChatGPT |
ID | ohhcejhbaeokognbbkdecdfampcdpgfh |
官方網址 | 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 |
電子郵箱 | [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\/" ] } |