BrowserGPT

Generate text using ChatGPT wherever you type in the browser

BrowserGPTคืออะไร?

BrowserGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hvardhan878 และคุณลักษณะหลักของมันคือ "Generate text using ChatGPT wherever you type in the browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrowserGPT

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}