Gemoo Snap - ChatGPT Screenshot
Screenshot ChatGPT, Full Page, or Selected Area
Gemoo Snap - ChatGPT Screenshotคืออะไร?
Gemoo Snap - ChatGPT Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gemoo Inc. และคุณลักษณะหลักของมันคือ "Screenshot ChatGPT, Full Page, or Selected Area"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gemoo Snap - ChatGPT Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย Gemoo Snap - ChatGPT Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gemoo Snap is an easy-to-use screenshot tool. Capture screenshots of ChatGPT conversations, add annotations, and instantly share them with anyone. Choose from capture options like full webpages, selected areas, visible parts, or specific elements. Whether it's feedback or sharing thoughts, Gemoo Snap simplifies the process. Key Features 1. Capture Screenshots - Screenshot the full page of ChatGPT conversations. - Scroll to capture the entire web page. - Select a specific area to capture. - Take a screenshot of the visible portion of the screen. - Capture specific elements of the web page. 2. Annotate Screenshots: - Annotate your screenshot with shapes such as rectangles, circles, triangles, arrows, lines, and more. - Add text to your screenshot and customize the text color and font size. - Blur sensitive information using a mosaic effect. 3. Share or Download Screenshots: - Share your screenshot instantly via links. - Save screenshots as PNG images. 4. Use Cases: - Quick Screenshot: Capture every moment on your screen and share it with others. - Screenshot and Annotate: Take a screenshot in a click and annotate it to make it more informative. - Database: Save recipes, passwords, serial numbers, inspirational materials, or career knowledge for further use. Contact us: If you have any questions, suggestions, or feature requests, feel free to submit a report by sending a message to [email protected] anytime. Our official site: https://gemoo.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gemoo Snap - ChatGPT Screenshot |
ID | lnkaeokffpieenanlbjfjboidmhmdief |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gemoo-snap-chatgpt-screen/lnkaeokffpieenanlbjfjboidmhmdief |
คำอธิบาย | Screenshot ChatGPT, Full Page, or Selected Area |
ขนาดไฟล์ | 2.41 MB |
จำนวนการติดตั้ง | 1,862 |
เวอร์ชันปัจจุบัน | 2.0.3 |
อัปเดตครั้งล่าสุด | 2023-08-09 |
วันที่เผยแพร่ | 2022-11-03 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Gemoo Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gemoo.com/tools/screen-capture/ |
URL หน้าช่วยเหลือ | https://gemoo.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://gemoo.com/privacy-policy |
ภาษาที่รองรับ | en,fr,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "2.0.3", "description": "__MSG_extDescription__", "default_locale": "en", "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "__MSG_extName__", "default_popup": "popup\/index.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "js": [ "lib\/import-html2canvas.min.js", "content-scripts\/import-main.js", "lib\/import-gtag.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/**\/*.png", "assets\/**\/*.gif", "aboutUs\/index.html", "\/edit\/edit.html", "assets\/**\/*.css", "assets\/fonts\/*.*", "lib\/gtag.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "chrome-extension:\/\/*\/*" ] }, { "resources": [ "*-*.js", "lib\/html2canvas.min.js", "content-scripts\/main.js", "lib\/gtag.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "content_security_policy": { "script-src": "self", "unsafe-eval": [ "https:\/\/*\/*", "http:\/\/*\/*", "chrome-extension:\/\/*\/*" ], "object-src": "self" }, "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "chrome-extension:\/\/*\/*" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "desktopCapture", "activeTab", "tabs", "contextMenus", "storage", "scripting" ] } |