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
官方網址 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"
    }
}