Screencap
Screencap
Screencapคืออะไร?
Screencap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Surya Nuchu และคุณลักษณะหลักของมันคือ "Screencap"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screencap
ดาวน์โหลดไฟล์ส่วนขยาย Screencap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Screencap is a screenshot Chrome extension that lets you capture the entire screen on Chrome. It is one of the best screenshot add-ons that you can find in the Google Web store. Intro ——— Screencap will help you to get more work done by 1. Collaborate with Others 2. Demonstrate How to Perform a Function 3. Show Exactly What’s Happening Features ——— ➼ Capture the full page not just the visible area. ➼ Just one click to capture the entire screen. ➼ Beautiful animations to show you progress of the process. ➼ Save PNG files with one click. ➼ No login or registration required. ➼ There are no restrictions on the size or size of the file. Privacy & Terms use ——— We don't collect or monitor any of your personal information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aniaallgmlgdlefladlfhadglocahllm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screencap/aniaallgmlgdlefladlfhadglocahllm |
คำอธิบาย | Screencap |
ขนาดไฟล์ | 1.44 MB |
จำนวนการติดตั้ง | 665 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-01-14 |
วันที่เผยแพร่ | 2020-12-23 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Surya Nuchu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/screencap/home |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screencap", "version": "1.0.1", "description": "Screencap", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/Icon-16.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon-128.png" }, "browser_action": { "default_title": "Capture Full Screen", "default_icon": "icons\/Icon-16.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab", "unlimitedStorage" ] } |