Screenly : Screenshot & Screen Video Recorder
Record videos and take screnshots from your screen.
Screenly : Screenshot & Screen Video Recorderคืออะไร?
Screenly : Screenshot & Screen Video Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Screen Grabber และคุณลักษณะหลักของมันคือ "Record videos and take screnshots from your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screenly : Screenshot & Screen Video Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Screenly : Screenshot & Screen Video Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🎥 Record ▸ Record your Desktop, current Tab or Camera only ▸ Include your voice in recording with Microphone option on ▸ Include your face in your video by embedding your webcam ▸ Choose video dimensions from 720p, 1080p or 4K ▸ Add drawing tool while tab recording 📷 Screen Capture ▸ Capture a screenshot of the page you visit, full page, selected area or visible part ▸ Capture a screenshot of your entire screen or a specific application window ▸ Capture visible part, entire screen or app window after delay
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mjjhadigpbeaeddpdiongfakjaemflgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screenly-screenshot-scree/mjjhadigpbeaeddpdiongfakjaemflgl |
คำอธิบาย | Record videos and take screnshots from your screen. |
ขนาดไฟล์ | 626 KB |
จำนวนการติดตั้ง | 649 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2024-02-23 |
วันที่เผยแพร่ | 2022-02-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Screen Grabber |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenly : Screenshot & Screen Video Recorder", "version": "2.1.0", "manifest_version": 3, "description": "Record videos and take screnshots from your screen.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+E" } }, "pauseResumeRecording": { "description": "Pause\/Resume Recording", "suggested_key": { "default": "Alt+Shift+R" } }, "startProcess": { "description": "Start Recording", "suggested_key": { "default": "Alt+Shift+S" } }, "stopScreening": { "description": "Stop Recording", "suggested_key": { "default": "Alt+Shift+Q" } } }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "vendor\/jquery.min.js", "js\/main.js" ], "matches": [ " |