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 |
| 电子邮箱 | [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\/"
]
} | |