Desktop Capture Recorder

Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。

What is Desktop Capture Recorder?

Desktop Capture Recorder is a Chrome extension developed by itinao, and its main feature is "Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。".

Extension Screenshots

screenshot

Download Desktop Capture Recorder Extension CRX File

Download Desktop Capture Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        このアプリケーションをインストールすると、
デスクトップ画面や起動中のアプリケーションの操作内容を録画できます。(10分まで)

録画した動画のプレビュー・保存機能付き!

※ 保存する動画の拡張子は.webmになります。(.gif対応予定)                    

Extension Basic Information

Name Desktop Capture Recorder Desktop Capture Recorder
ID boajadhokhjkmfjmnmmkkmgnafnbcfco
Official URL https://chromewebstore.google.com/detail/desktop-capture-recorder/boajadhokhjkmfjmnmmkkmgnafnbcfco
Description Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。
File Size 1.8 MB
Installation Count 422
Current Version 1.0.1
Last Updated 2015-07-03
Publish Date 2015-07-03
Rating 2.50/5 Total 2 Ratings
Developer itinao
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Desktop Capture Recorder",
    "short_name": "CR",
    "version": "1.0.1",
    "description": "Desktop Capture Recorder\u306f\u3001\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u753b\u9762\u3092\u30ad\u30e3\u30d7\u30c1\u30e3\u3057\u3066\u52d5\u753b\u4fdd\u5b58\u307e\u3067\u51fa\u6765\u308bGoogle Chrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "build\/html\/popup.html",
        "default_icon": "img\/icon_rec.png"
    },
    "background": {
        "scripts": [
            "build\/js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "desktopCapture"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon.png"
    },
    "homepage_url": "http:\/\/screen-share.itinao.asia\/"
}