GPT-Based

GPTBased is used to generate effective prompts for ChatGPT

Apa itu GPT-Based?

GPT-Based adalah ekstensi Chrome yang dikembangkan oleh https://gptbased.net, dan fitur utamanya adalah "GPTBased is used to generate effective prompts for ChatGPT".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GPT-Based

Unduh file ekstensi GPT-Based 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

                        GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts                    

Informasi Dasar Ekstensi

Nama GPT-Based GPT-Based
ID jeecjckgihbjgajddicjajmfopmhoahp
URL Resmi https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp
Deskripsi GPTBased is used to generate effective prompts for ChatGPT
Ukuran File 140 KB
Jumlah Instalasi 69
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2023-08-29
Tanggal Publikasi 2023-04-26
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://gptbased.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gptbased.net
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT-Based",
    "version": "0.0.6",
    "description": "GPTBased is used to generate effective prompts for ChatGPT",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16926242660.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}