ChatGPT Screenshotter

Create a screenshot of your ChatGPT conversation or select specific messages. The image is also copied to clipboard for easy sharing

ChatGPT Screenshotterคืออะไร?

ChatGPT Screenshotter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andreafresu90 และคุณลักษณะหลักของมันคือ "Create a screenshot of your ChatGPT conversation or select specific messages. The image is also copied to clipboard for easy sharing"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Welcome to ChatGPT Screenshotter, the ultimate extension for capturing and sharing your ChatGPT conversations!

Are you tired of manually scrolling through long conversations to take a screenshot? Do you want a quick and easy way to share your ChatGPT conversations with others? Then ChatGPT Screenshotter is the extension for you!

With ChatGPT Screenshotter, you can easily copy the messages and create a screenshot of your entire ChatGPT conversation, even if it is longer than your screen. Or, you can select specific messages to include in your screenshot. The extension will then crop and clean the screenshot to show only the conversation, saving it as a png file on your computer and storing it in your clipboard for easy sharing with a simple CTRL+V.

But that's not all! ChatGPT Screenshotter also integrates seamlessly with ChatGPT, with a visually appealing and non-invasive design. And with the convenient link in the extension's popup, you can easily access the ChatGPT website at https://chat.openai.com/chat.

So why wait? Install ChatGPT Screenshotter today and start capturing and sharing your ChatGPT conversations with ease!

If you find this extension to be useful and appreciate the work of the developer, you may want to consider making a donation to show your support for the project. Donations can help the developer continue to improve and maintain the extension, and can be a way to show your appreciation for the tool and the time and effort that went into this creation. Whether or not to make a donation is entirely up to the individual user, but it can be a way to show support for the developer and their work.
To make a donation, you can look for the "Donate" button within the extension's popup window, which appears when the extension's icon is clicked on.                    

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

ชื่อ ChatGPT Screenshotter ChatGPT Screenshotter
ID pmbbpdiimdigakcjcfolnfkholipbcbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-screenshotter/pmbbpdiimdigakcjcfolnfkholipbcbm
คำอธิบาย Create a screenshot of your ChatGPT conversation or select specific messages. The image is also copied to clipboard for easy sharing
ขนาดไฟล์ 176 KB
จำนวนการติดตั้ง 1,578
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2023-12-04
วันที่เผยแพร่ 2022-12-18
คะแนน 3.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา andreafresu90
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://andreafresu90.github.io/chatgpt-screenshotter-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Screenshotter",
    "version": "1.6.0",
    "description": "Create a screenshot of your ChatGPT conversation or select specific messages. The image is also copied to clipboard for easy sharing",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/chat"
    ]
}