PageRecorder

PageRecorder allows you to capture video of tab content and your interaction with it

什么是PageRecorder?

PageRecorder是由John Jablonski开发的Chrome扩展程序,该扩展的主要功能是“PageRecorder allows you to capture video of tab content and your interaction with it”。

扩展截图

screenshot
screenshot

下载PageRecorder扩展crx文件

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

扩展使用说明

                        PageRecorder allows you to capture video of tab content and your interaction with it. It works without calls to any external services and uses only built in Chrome APIs. Generated video is in WebM format.                    

扩展基本信息

名称 PageRecorder PageRecorder
ID dakkiophamaidagbmajedjpmkplgpkcb
官方URL https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb
简介 PageRecorder allows you to capture video of tab content and your interaction with it
文件大小 20.62 KB
安装次数 16
当前版本 0.1.0
更新时间 2016-11-20
上架时间 2016-11-20
开发者 John Jablonski
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageRecorder",
    "version": "0.1.0",
    "description": "PageRecorder allows you to capture video of tab content and your interaction with it",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabCapture"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}