ChatGPT - Auto-continue Generating

A simple extension that let ChatGPT to auto-continue generating text when the button appear.

ChatGPT - Auto-continue Generating란 무엇입니까?

ChatGPT - Auto-continue Generating은(는) ChatGPT ext.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension that let ChatGPT to auto-continue generating text when the button appear."입니다.

확장 프로그램 스크린샷

screenshot

ChatGPT - Auto-continue Generating 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ChatGPT - Auto-continue Generating ChatGPT - Auto-continue Generating
ID jeeognbpmiokkoobpmoonkbjalbdeklf
공식 URL https://chromewebstore.google.com/detail/chatgpt-auto-continue-gen/jeeognbpmiokkoobpmoonkbjalbdeklf
설명 A simple extension that let ChatGPT to auto-continue generating text when the button appear.
파일 크기 26.96 KB
설치 횟수 169
현재 버전 1.0
최근 업데이트 2023-07-09
출시 날짜 2023-07-09
개발자 ChatGPT ext.
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}