ChatKar - Conversations with ChatGPT
ChatKar: Smart conversations with ChatGPT for everyone
ChatKar - Conversations with ChatGPTคืออะไร?
ChatKar - Conversations with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KARHIT STD และคุณลักษณะหลักของมันคือ "ChatKar: Smart conversations with ChatGPT for everyone"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatKar - Conversations with ChatGPT
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/" ] } |