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.
O que é Screen Capture to Video File?
Screen Capture to Video File é uma extensão do Chrome desenvolvida por Smart Software, e sua principal característica é "This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Screen Capture to Video File
Baixe arquivos de extensão Screen Capture to Video File no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | icoloanbecehinobmflpeglknkplbfbm |
URL Oficial | https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm |
Descrição | This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive. |
Tamanho do Arquivo | 30.62 KB |
Contagem de Instalações | 1,931 |
Versão Atual | 1.0.1.2 |
Última Atualização | 2020-10-16 |
Data de Publicação | 2020-10-16 |
Classificação | 3.52/5 Total de 106 Avaliações |
Desenvolvedor | Smart Software |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://imclient.herokuapp.com/screencapture/ |
URL da Página de Política de Privacidade | http://iblogbox.com/chrome/tos.php |
Idiomas Suportados | 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" } |