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ファイルをダウンロード

ChatGPT - Auto-continue Generating拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.
Eメール [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"
    }
}