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"
    }
}