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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |