ChatKar - Conversations with ChatGPT
ChatKar: Smart conversations with ChatGPT for everyone
Cos'è ChatKar - Conversations with ChatGPT?
ChatKar - Conversations with ChatGPT è un'estensione di Chrome sviluppata da KARHIT STD, e la sua funzione principale è "ChatKar: Smart conversations with ChatGPT for everyone".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatKar - Conversations with ChatGPT
Scarica i file di estensione ChatKar - Conversations with ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ChatKar - Conversations with ChatGPT |
ID | ohhcejhbaeokognbbkdecdfampcdpgfh |
URL Ufficiale | https://chromewebstore.google.com/detail/chatkar-conversations-wit/ohhcejhbaeokognbbkdecdfampcdpgfh |
Descrizione | ChatKar: Smart conversations with ChatGPT for everyone |
Dimensione del File | 136 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-04-20 |
Data di Pubblicazione | 2023-04-19 |
Sviluppatore | KARHIT STD |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.chatkar.vn/ |
URL della Pagina di Aiuto | https://www.chatkar.vn/policy |
Lingue Supportate | 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\/" ] } |