BrowserGPT

Generate text using ChatGPT wherever you type in the browser

什麼是BrowserGPT?

BrowserGPT是由hvardhan878開發的Chrome擴展程式,該擴展的主要功能是“Generate text using ChatGPT wherever you type in the browser”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載BrowserGPT擴展crx文件

下載BrowserGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing BrowserGPT - the ultimate browser extension for generating text using ChatGPT! With BrowserGPT, you can harness the power of ChatGPT technology to generate high-quality text in any place you type on your browser. Whether you're composing emails, writing documents, or sending messages, BrowserGPT makes it easy to generate text on the fly.

One of the key features of BrowserGPT is its convenience. You can activate it by typing "gpt:" in any text field, and the extension will automatically generate text based on what you've typed so far. This means you can use ChatGPT without having to switch between different applications or web pages, making the whole process much faster and more efficient.

So if you're looking for a way to generate high-quality text quickly and easily, give BrowserGPT a try!                    

擴展基本資訊

名稱 BrowserGPT BrowserGPT
ID egebdbalebfpgedfcpplmgekbbjjdlom
官方網址 https://chromewebstore.google.com/detail/browsergpt/egebdbalebfpgedfcpplmgekbbjjdlom
簡介 Generate text using ChatGPT wherever you type in the browser
檔案大小 168 KB
安裝次數 241
目前版本 1.1
更新時間 2023-04-04
上架時間 2023-03-29
評分 5.00/5 共 6 次評分
開發者 hvardhan878
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserGPT",
    "version": "1.1",
    "description": "Generate text using ChatGPT wherever you type in the browser",
    "permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "ailogo.png",
            "48": "ailogo.png",
            "128": "ailogo.png"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "ailogo.png",
        "48": "ailogo.png",
        "128": "ailogo.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "static\/js\/App.bundle.js"
            ]
        }
    ]
}