ChatGPT - Auto-continue Generating
A simple extension that let ChatGPT to auto-continue generating text when the button appear.
Apa itu ChatGPT - Auto-continue Generating?
ChatGPT - Auto-continue Generating adalah ekstensi Chrome yang dikembangkan oleh ChatGPT ext., dan fitur utamanya adalah "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ChatGPT - Auto-continue Generating
Unduh file ekstensi ChatGPT - Auto-continue Generating 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
Unlock AI-powered creativity with our Chrome extension! This tool allows you to utilize ChatGPT to automatically generate and continue text, making your writing process more efficient and innovative. Perfect for content creators, bloggers, or anyone in need of a digital writing assistant. Enhance your writing today and explore limitless possibilities with our cutting-edge AI technology.
Informasi Dasar Ekstensi
Nama | ChatGPT - Auto-continue Generating |
ID | jeeognbpmiokkoobpmoonkbjalbdeklf |
URL Resmi | https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf |
Deskripsi | A simple extension that let ChatGPT to auto-continue generating text when the button appear. |
Ukuran File | 26.96 KB |
Jumlah Instalasi | 169 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-07-09 |
Tanggal Publikasi | 2023-07-09 |
Pengembang | ChatGPT ext. |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT - Auto-continue Generating", "version": "1.0", "description": "A simple extension that let ChatGPT to auto-continue generating text when the button appear.", "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "inject.js" ] } ], "icons": { "128": "images\/icon128.png" } } |