ChatGPT - Auto-continue Generating
A simple extension that let ChatGPT to auto-continue generating text when the button appear.
Cos'è ChatGPT - Auto-continue Generating?
ChatGPT - Auto-continue Generating è un'estensione di Chrome sviluppata da ChatGPT ext., e la sua funzione principale è "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT - Auto-continue Generating
Scarica i file di estensione ChatGPT - Auto-continue Generating in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ChatGPT - Auto-continue Generating |
ID | jeeognbpmiokkoobpmoonkbjalbdeklf |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf |
Descrizione | A simple extension that let ChatGPT to auto-continue generating text when the button appear. |
Dimensione del File | 26.96 KB |
Conteggio Installazioni | 169 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-07-09 |
Data di Pubblicazione | 2023-07-09 |
Sviluppatore | ChatGPT ext. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |