ChatGPT Screenshot

Capture screenshots of your ChatGPT conversations with a single click!

ChatGPT Screenshotคืออะไร?

ChatGPT Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FR Dev และคุณลักษณะหลักของมันคือ "Capture screenshots of your ChatGPT conversations with a single click!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Discover ChatGPT Screenshot, a Chrome extension designed to help you capture and record your fascinating conversations on ChatGPT with ease. Our main goal is to provide you with a convenient and efficient solution to capture your most memorable exchanges with artificial intelligence.

Taking screenshots of ChatGPT conversations can be tedious and frustrating, especially when they are long exchanges. ChatGPT Screenshot solves this problem by allowing you to easily capture your entire conversation with one click.

The ChatGPT Screenshot extension offers convenient and intuitive features: capture entire conversations and save them as clean, crisp images. Our screenshot tool simplifies the process of saving your most valuable exchanges.

Seamlessly integrated with ChatGPT, our extension is designed to provide a comfortable, non-intrusive user experience. This allows you to focus on your conversations without being distracted by unwanted visual elements.

For easy access to ChatGPT, a link to the site is embedded directly in the extension window. This way, you can quickly go to the platform and start chatting with the artificial intelligence without wasting time.

Don't hesitate to install the ChatGPT Screenshot extension today to benefit from a convenient and powerful screenshot tool, specially designed for ChatGPT users.

We encourage you to share your comments and suggestions to help us constantly improve the extension. Your feedback is valuable to us and allows us to provide an ever more satisfying user experience.

We thank you for your interest in the ChatGPT Screenshot extension and hope you enjoy it as much as we enjoyed creating it.                    

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

ชื่อ ChatGPT Screenshot ChatGPT Screenshot
ID aiiohhdbkcmlfjajkmlbmkgbcombejmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-screenshot/aiiohhdbkcmlfjajkmlbmkgbcombejmo
คำอธิบาย Capture screenshots of your ChatGPT conversations with a single click!
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-05-17
วันที่เผยแพร่ 2023-04-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา FR Dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.5",
    "description": "__MSG_extDescription__",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "html2canvas.min.js",
                "contentScript.js"
            ]
        }
    ]
}