Video Screen Recorder
Record your computer's screen with just one click!
Video Screen Recorderคืออะไร?
Video Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AllWall และคุณลักษณะหลักของมันคือ "Record your computer's screen with just one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Screen Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Video Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Absolutely fantastic extension, allows you to shoot video from the screen in just one click. Functions: Screen capture. Grab the required area. Automatic video downloading. Features: - Record entire Desktop or a specific application - Narrate with your microphone’s audio - Customize your resolution - Save and manage videos locally - No watermarks - Unlimited recording time
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ononjdlajdkflnocgjiihiipagglgpio |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/video-screen-recorder/ononjdlajdkflnocgjiihiipagglgpio |
คำอธิบาย | Record your computer's screen with just one click! |
ขนาดไฟล์ | 49.56 KB |
จำนวนการติดตั้ง | 64,350 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2022-12-29 |
วันที่เผยแพร่ | 2018-09-17 |
คะแนน | 3.55/5 รวมทั้งหมด 58 คะแนน |
ผู้พัฒนา | AllWall |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://yello8.com/apps/volume.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 2, "name": "Video Screen Recorder", "short_name": "screen recorder lite", "background": { "page": "lib\/chrome\/background.html" }, "description": "Record your computer's screen with just one click!", "permissions": [ "storage", "downloads", "notifications", "desktopCapture" ], "browser_action": { "default_title": "Screen Recorder", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |