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.
¿Qué es Screen Capture to Video File?
Screen Capture to Video File es una extensión de Chrome desarrollada por Smart Software, y su función principal es "This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Screen Capture to Video File
Descarga archivos de extensión Screen Capture to Video File en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | icoloanbecehinobmflpeglknkplbfbm |
URL Oficial | https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm |
Descripción | This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive. |
Tamaño del Archivo | 30.62 KB |
Cantidad de Instalaciones | 1,931 |
Versión Actual | 1.0.1.2 |
Última Actualización | 2020-10-16 |
Fecha de Publicación | 2020-10-16 |
Calificación | 3.52/5 Total de 106 Calificaciones |
Desarrollador | Smart Software |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://imclient.herokuapp.com/screencapture/ |
URL de la Página de Política de Privacidad | http://iblogbox.com/chrome/tos.php |
Idiomas Soportados | 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" } |