PageRecorder

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

Cos'è PageRecorder?

PageRecorder è un'estensione di Chrome sviluppata da John Jablonski, e la sua funzione principale è "PageRecorder allows you to capture video of tab content and your interaction with it".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PageRecorder

Scarica i file di estensione PageRecorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PageRecorder PageRecorder
ID dakkiophamaidagbmajedjpmkplgpkcb
URL Ufficiale https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb
Descrizione PageRecorder allows you to capture video of tab content and your interaction with it
Dimensione del File 20.62 KB
Conteggio Installazioni 16
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-11-20
Data di Pubblicazione 2016-11-20
Sviluppatore John Jablonski
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}