GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
Apa itu GPTAnywhere?
GPTAnywhere adalah ekstensi Chrome yang dikembangkan oleh GPTAnywhere, dan fitur utamanya adalah "Super Easy access to ChatGPT with a simple Chrome-Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GPTAnywhere
Unduh file ekstensi GPTAnywhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.
Informasi Dasar Ekstensi
Nama | GPTAnywhere |
ID | pklibapjplkpanekidgnckgjablljhni |
URL Resmi | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
Deskripsi | Super Easy access to ChatGPT with a simple Chrome-Extension |
Ukuran File | 516 KB |
Jumlah Instalasi | 5,000 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-12-16 |
Tanggal Publikasi | 2022-12-16 |
Penilaian | 4.17/5 Total 6 Penilaian |
Pengembang | GPTAnywhere |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GPTAnywhere", "description": "Super Easy access to ChatGPT with a simple Chrome-Extension", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "frontend\/index.html" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "background": { "service_worker": "background\/index.js" } } |