Screen Capture to Video File
This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.
Apa itu Screen Capture to Video File?
Screen Capture to Video File adalah ekstensi Chrome yang dikembangkan oleh Smart Software, dan fitur utamanya adalah "This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Screen Capture to Video File
Unduh file ekstensi Screen Capture to Video File dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This app is a fun, simple and easy to use screen capture recorder for your computer. This capture recorder is a free recorder that can capture content of screen, individual windows or tabs. You can save the recorded video file to your computer and Google Drive directly. Just click the record button and you can capture screen and record as a video file. This recorder only supports the latest browsers.
Informasi Dasar Ekstensi
Nama | |
ID | icoloanbecehinobmflpeglknkplbfbm |
URL Resmi | https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm |
Deskripsi | This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive. |
Ukuran File | 30.62 KB |
Jumlah Instalasi | 1,931 |
Versi Saat Ini | 1.0.1.2 |
Terakhir Diperbarui | 2020-10-16 |
Tanggal Publikasi | 2020-10-16 |
Penilaian | 3.52/5 Total 106 Penilaian |
Pengembang | Smart Software |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://imclient.herokuapp.com/screencapture/ |
URL Halaman Kebijakan Privasi | http://iblogbox.com/chrome/tos.php |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "version": "1.0.1.2" } |