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.

什么是Screen Capture to Video File?

Screen Capture to Video File是由Smart Software开发的Chrome扩展程序,该扩展的主要功能是“This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.”。

扩展截图

screenshot

下载Screen Capture to Video File扩展crx文件

下载Screen Capture to Video File扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Screen Capture to Video File Screen Capture to Video File
ID icoloanbecehinobmflpeglknkplbfbm
官方URL https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm
简介 This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.
文件大小 30.62 KB
安装次数 1,931
当前版本 1.0.1.2
更新时间 2020-10-16
上架时间 2020-10-16
评分 3.52/5 共106次评分
开发者 Smart Software
电子邮箱 [email protected]
付费类型 free
扩展官网 https://imclient.herokuapp.com/screencapture/
隐私政策页面URL http://iblogbox.com/chrome/tos.php
支持的语言 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"
}