PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
O que é PageRecorder?
PageRecorder é uma extensão do Chrome desenvolvida por John Jablonski, e sua principal característica é "PageRecorder allows you to capture video of tab content and your interaction with it".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PageRecorder
Baixe arquivos de extensão PageRecorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
URL Oficial | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Descrição | PageRecorder allows you to capture video of tab content and your interaction with it |
Tamanho do Arquivo | 20.62 KB |
Contagem de Instalações | 16 |
Versão Atual | 0.1.0 |
Última Atualização | 2016-11-20 |
Data de Publicação | 2016-11-20 |
Desenvolvedor | John Jablonski |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |