PageRecorder

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

¿Qué es PageRecorder?

PageRecorder es una extensión de Chrome desarrollada por John Jablonski, y su función principal es "PageRecorder allows you to capture video of tab content and your interaction with it".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PageRecorder

Descarga archivos de extensión PageRecorder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PageRecorder PageRecorder
ID dakkiophamaidagbmajedjpmkplgpkcb
URL Oficial https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb
Descripción PageRecorder allows you to capture video of tab content and your interaction with it
Tamaño del Archivo 20.62 KB
Cantidad de Instalaciones 16
Versión Actual 0.1.0
Última Actualización 2016-11-20
Fecha de Publicación 2016-11-20
Desarrollador John Jablonski
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}