ChromeGPT

This extension allows users to access ChatGPT from Google Chrome.

Apa itu ChromeGPT?

ChromeGPT adalah ekstensi Chrome yang dikembangkan oleh jacobweber530, dan fitur utamanya adalah "This extension allows users to access ChatGPT from Google Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChromeGPT

Unduh file ekstensi ChromeGPT 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

                        A Chrome extension to let you send and receive messages with OpenAI's GPT, from anywhere on the web.                    

Informasi Dasar Ekstensi

Nama ChromeGPT ChromeGPT
ID opfphcebignofejehlpbniikajkkggch
URL Resmi https://chromewebstore.google.com/detail/chromegpt/opfphcebignofejehlpbniikajkkggch
Deskripsi This extension allows users to access ChatGPT from Google Chrome.
Ukuran File 145 KB
Jumlah Instalasi 94
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-12-20
Tanggal Publikasi 2022-12-13
Penilaian 4.00/5 Total 1 Penilaian
Pengembang jacobweber530
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://polymathematics.notion.site/ChromeGPT-7e096ed9f79946039d4e33ce3f836ba6
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChromeGPT",
    "version": "1.0.1",
    "description": "This extension allows users to access ChatGPT from Google Chrome.",
    "permissions": [
        "https:\/\/api.openai.com\/*",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}