Online Screen Recorder
This extension provides you with a free, fast, and straightforward way to record your screen.
Online Screen Recorder là gì?
Online Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi Andreas Zettl, và tính năng chính của nó là "This extension provides you with a free, fast, and straightforward way to record your screen.".
Ả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 Online Screen Recorder
Tải xuống các tệp mở rộng Online 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
This extension provides you with a free, fast, and straightforward way to record your screen. No other software required, no data is collected, stored or shared by this extension! Before you start capturing your screen, you can decide on the chunk size. Additionally, to the full recording, you will get single videos with the chosen chunk size. Recording Once you click on "START CAPTURE" a dialog will open, which lets you choose what you want to record. The choices are the entire screen, an application window, or a browser tab. Download Once you are have finished, you can download the complete recording or any chunk as WebM or GIF file. The WebM version is instantly available. The GIF needs some rendering time, depending on the length of the record. If you have trouble playing the WebM file try the free multimedia player VLC. Many other websites like YouTube support direct upload of WebM files. Share To share your recording, you will need to download it as this extension is not storing any data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oefbkonfoliaiooajimghnfccgblmddc |
URL Chính Thức | https://chrome.google.com/webstore/detail/online-screen-recorder/oefbkonfoliaiooajimghnfccgblmddc |
Mô tả | This extension provides you with a free, fast, and straightforward way to record your screen. |
Kích Thước Tệp | 861 KB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-02-05 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 4.25/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Andreas Zettl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.screenrecorder.online/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Online Screen Recorder", "description": "This extension provides you with a free, fast, and straightforward way to record your screen.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "assets\/img\/favicon-16x16.png", "32": "assets\/img\/favicon-32x32.png", "192": "assets\/img\/android-chrome-192x192.png", "512": "assets\/img\/android-chrome-512x512.png" }, "manifest_version": 2 } |