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 |
官方網址 | 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" } } |