ChatGPTEverywhere

Use ChatGPT wherever you want

Apa itu ChatGPTEverywhere?

ChatGPTEverywhere adalah ekstensi Chrome yang dikembangkan oleh Alyosha, dan fitur utamanya adalah "Use ChatGPT wherever you want".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ChatGPTEverywhere

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

                        In the past, using ChatGPT required users to open a ChatGPT tab and paste the text they wanted to use. 

This plugin, however, allows users to select a piece of text on any webpage and directly call ChatGPT.                    

Informasi Dasar Ekstensi

Nama ChatGPTEverywhere ChatGPTEverywhere
ID mbffncligbhhdgecingogecdhfdknehb
URL Resmi https://chromewebstore.google.com/detail/chatgpteverywhere/mbffncligbhhdgecingogecdhfdknehb
Deskripsi Use ChatGPT wherever you want
Ukuran File 345 KB
Jumlah Instalasi 103
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2023-02-23
Tanggal Publikasi 2023-02-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Alyosha
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPTEverywhere",
    "description": "Use ChatGPT wherever you want",
    "icons": {
        "128": "images\/alyosha.png",
        "16": "images\/alyosha.png",
        "48": "images\/alyosha.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "type": "module",
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chatgpttooltip-injected-by-alyosha1024.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/alyosha.png",
            "32": "\/images\/alyosha.png",
            "48": "\/images\/alyosha.png",
            "128": "\/images\/alyosha.png"
        }
    }
}