PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
What is PageRecorder?
PageRecorder is a Chrome extension developed by John Jablonski, and its main feature is "PageRecorder allows you to capture video of tab content and your interaction with it".
Extension Screenshots
Download PageRecorder Extension CRX File
Download PageRecorder 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
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.
Extension Basic Information
Name | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
Official URL | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Description | PageRecorder allows you to capture video of tab content and your interaction with it |
File Size | 20.62 KB |
Installation Count | 16 |
Current Version | 0.1.0 |
Last Updated | 2016-11-20 |
Publish Date | 2016-11-20 |
Developer | John Jablonski |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |