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.

Hvad er Screen Capture to Video File?

Screen Capture to Video File er en Chrome-udvidelse udviklet af Smart Software, og dens hovedfunktion er "This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.".

Udvidelsesskærmbilleder

screenshot

Download Screen Capture to Video File-udvidelses-CRX-fil

Download Screen Capture to Video File-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Screen Capture to Video File Screen Capture to Video File
ID icoloanbecehinobmflpeglknkplbfbm
Officiel URL https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm
Beskrivelse This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.
Filstørrelse 30.62 KB
Antal Installationer 1,931
Nuværende Version 1.0.1.2
Senest Opdateret 2020-10-16
Udgivelsesdato 2020-10-16
Bedømmelse 3.52/5 Samlet 106 Bedømmelser
Udvikler Smart Software
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://imclient.herokuapp.com/screencapture/
URL til Fortrolighedspolitik Side http://iblogbox.com/chrome/tos.php
Understøttede Sprog 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"
}