ChatGPT - Auto-continue Generating
A simple extension that let ChatGPT to auto-continue generating text when the button appear.
Co to jest ChatGPT - Auto-continue Generating?
ChatGPT - Auto-continue Generating to rozszerzenie Chrome opracowane przez ChatGPT ext., a jego główną funkcją jest „A simple extension that let ChatGPT to auto-continue generating text when the button appear.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChatGPT - Auto-continue Generating
Pobierz pliki rozszerzeń ChatGPT - Auto-continue Generating w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ChatGPT - Auto-continue Generating |
ID | jeeognbpmiokkoobpmoonkbjalbdeklf |
Oficjalny URL | https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf |
Opis | A simple extension that let ChatGPT to auto-continue generating text when the button appear. |
Rozmiar pliku | 26.96 KB |
Liczba instalacji | 169 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-07-09 |
Data Publikacji | 2023-07-09 |
Deweloper | ChatGPT ext. |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |