Video Screen Recorder
Record your computer's screen with just one click!
Video Screen Recorder là gì?
Video Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi AllWall, và tính năng chính của nó là "Record your computer's screen with just one click!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Video Screen Recorder
Tải xuống các tệp mở rộng Video Screen Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ononjdlajdkflnocgjiihiipagglgpio |
URL Chính Thức | https://chrome.google.com/webstore/detail/video-screen-recorder/ononjdlajdkflnocgjiihiipagglgpio |
Mô tả | Record your computer's screen with just one click! |
Kích Thước Tệp | 49.56 KB |
Số Lần Cài Đặt | 64,350 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2022-12-29 |
Ngày Phát Hành | 2018-09-17 |
Đánh Giá | 3.55/5 Tổng số 58 Đánh Giá |
Nhà Phát Triển | AllWall |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://yello8.com/apps/volume.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |