Web Cam - Record Video or Image

Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…

什么是Web Cam - Record Video or Image?

Web Cam - Record Video or Image是由ClearApps开发的Chrome扩展程序,该扩展的主要功能是“Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…”。

扩展截图

screenshot

下载Web Cam - Record Video or Image扩展crx文件

下载Web Cam - Record Video or Image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Capture any website with interactions as video or Image.

Capture video played in any website like youtube as a video.
Record any step by step process in a website as a video or set of images.
Screen shot of any website as image.

For any bug or enhancement request please write to me at [email protected]                    

扩展基本信息

名称 Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
官方URL https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
简介 Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
文件大小 1.05 MB
安装次数 5,465
当前版本 1.4
更新时间 2016-12-18
上架时间 2016-12-18
评分 3.39/5 共51次评分
开发者 ClearApps
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Cam - Record Video or Image",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Capture any website or your actions in a website as video or Images"
    }
}