ChromeGPT

ChatGPT for Google Chrome!

ChromeGPTคืออะไร?

ChromeGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Otto และคุณลักษณะหลักของมันคือ "ChatGPT for Google Chrome!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ChromeGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With ChromeGPT, you can open a mini ChatGPT AI (chat.openai.com) window inside of any website (yes actually in the site, not in another tab) with the click of one button!

This makes it easy to use the AI to help out with anything on any site! You can easily copy-paste back and forth between the site's content, and your ChromeGPT window.

With the special "Prompt Snippets" feature, you can save useful snippets like "AI, you are a pro email writer. Please fix up the following email " to quickly insert into your messages.

ChatGPT can certainly help everyone, it's just about finding how it can best help you. So, hopefully you will find ChromeGPT useful to help you write emails, ask questions about youtube videos as you watch, and I'm sure none of you guys will open it up on google docs and have it do your homework for you...

Features:
- Open a ChatGPT window inside any website by clicking the extension icon
- Draggable, resizable window with quick-close button
- Prompt Snippets manager page, and quick snippet insertion menu
- Saves all of your conversations to chat.openai.com
- MUCH MORE COMING SOON!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChromeGPT ChromeGPT
ID kbojnkdajjlcjpfeahpcmlahhkpaafbg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chromegpt/kbojnkdajjlcjpfeahpcmlahhkpaafbg
คำอธิบาย ChatGPT for Google Chrome!
ขนาดไฟล์ 58.08 KB
จำนวนการติดตั้ง 2,763
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-01-02
วันที่เผยแพร่ 2023-01-02
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Otto
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChromeGPT",
    "description": "ChatGPT for Google Chrome!",
    "version": "1.0",
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "48": "assets\/icon\/icon48.png",
        "128": "assets\/icon\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "assets\/icon\/icon48.png",
        "default_popup": ""
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "frame.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}