Screen Recorder
Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)
Screen Recorder là gì?
Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi Erich Behrens, và tính năng chính của nó là "Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)".
Ả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 Screen Recorder
Tải xuống các tệp mở rộng 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
Chrome extension to record a video from the camera or capture it from the screen (desktop, specific application window or Chrome tab). Free to use No signup required No watermarks Record unlimited videos What's new - Autosave videos and recover your recordings after a crash. - Record audio from microphone and system together. - Recorded video can be seeked/skipped while playing. - Record screen and camera (more settings coming soon). - Warning before permanently deleting an unsaved video.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Screen Recorder |
ID | hniebljpgcogalllopnjokppmgbhaden |
URL Chính Thức | https://chromewebstore.google.com/detail/screen-recorder/hniebljpgcogalllopnjokppmgbhaden |
Mô tả | Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab) |
Kích Thước Tệp | 253 KB |
Số Lần Cài Đặt | 2,419,487 |
Phiên Bản Hiện Tại | 3.3.0 |
Cập Nhật Lần Cuối | 2021-05-16 |
Ngày Phát Hành | 2019-03-17 |
Đánh Giá | 3.82/5 Tổng số 1537 Đánh Giá |
Nhà Phát Triển | Erich Behrens |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://scre.io |
URL Trang Trợ Giúp | https://support.scre.io |
URL Trang Chính Sách Bảo Mật | https://scre.io/privacy-browser-extension |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.3.0", "minimum_chrome_version": "70", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": "img\/128.png" }, "options_page": "index.html#\/settings", "permissions": [ "desktopCapture" ], "offline_enabled": true } |