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.
Wat is Screen Capture to Video File?
Screen Capture to Video File is een Chrome-extensie ontwikkeld door Smart Software, en de belangrijkste functie is "This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.".
Extensie Screenshots
Download het CRX-bestand van de extensie Screen Capture to Video File
Download Screen Capture to Video File-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | icoloanbecehinobmflpeglknkplbfbm |
Officiële URL | https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm |
Beschrijving | This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive. |
Bestandsgrootte | 30.62 KB |
Aantal Installaties | 1,931 |
Huidige Versie | 1.0.1.2 |
Laatst Bijgewerkt | 2020-10-16 |
Publicatiedatum | 2020-10-16 |
Beoordeling | 3.52/5 Totaal 106 Beoordelingen |
Ontwikkelaar | Smart Software |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://imclient.herokuapp.com/screencapture/ |
URL van de Privacybeleid Pagina | http://iblogbox.com/chrome/tos.php |
Ondersteunde Talen | 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" } |