ChatGPT For Explorer

You can use it to search for answers through ChatGPT at any time.

Apa itu ChatGPT For Explorer?

ChatGPT For Explorer adalah ekstensi Chrome yang dikembangkan oleh golefig, dan fitur utamanya adalah "You can use it to search for answers through ChatGPT at any time.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChatGPT For Explorer

Unduh file ekstensi ChatGPT For Explorer 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

                        You can use it to search for answers through ChatGPT at any time.                    

Informasi Dasar Ekstensi

Nama ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
URL Resmi https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
Deskripsi You can use it to search for answers through ChatGPT at any time.
Ukuran File 655 KB
Jumlah Instalasi 168
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2023-04-18
Tanggal Publikasi 2023-02-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang golefig
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT For Explorer",
    "description": "You can use it to search for answers through ChatGPT at any time.",
    "version": "0.0.3",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT For Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}