ChatGPT - Auto-continue Generating
A simple extension that let ChatGPT to auto-continue generating text when the button appear.
Wat is ChatGPT - Auto-continue Generating?
ChatGPT - Auto-continue Generating is een Chrome-extensie ontwikkeld door ChatGPT ext., en de belangrijkste functie is "A simple extension that let ChatGPT to auto-continue generating text when the button appear.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT - Auto-continue Generating
Download ChatGPT - Auto-continue Generating-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ChatGPT - Auto-continue Generating |
ID | jeeognbpmiokkoobpmoonkbjalbdeklf |
Officiële URL | https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf |
Beschrijving | A simple extension that let ChatGPT to auto-continue generating text when the button appear. |
Bestandsgrootte | 26.96 KB |
Aantal Installaties | 169 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-07-09 |
Publicatiedatum | 2023-07-09 |
Ontwikkelaar | ChatGPT ext. |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |