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
官方網址 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"
    }
}