PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
Wat is PageRecorder?
PageRecorder is een Chrome-extensie ontwikkeld door John Jablonski, en de belangrijkste functie is "PageRecorder allows you to capture video of tab content and your interaction with it".
Extensie Screenshots
Download het CRX-bestand van de extensie PageRecorder
Download PageRecorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
Officiële URL | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Beschrijving | PageRecorder allows you to capture video of tab content and your interaction with it |
Bestandsgrootte | 20.62 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2016-11-20 |
Publicatiedatum | 2016-11-20 |
Ontwikkelaar | John Jablonski |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |