PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
Was ist PageRecorder?
PageRecorder ist eine Chrome-Erweiterung, die von John Jablonski entwickelt wurde, und ihr Hauptmerkmal ist "PageRecorder allows you to capture video of tab content and your interaction with it".
Erweiterungsscreenshots
PageRecorder-Erweiterungs-CRX-Datei herunterladen
Laden Sie PageRecorder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
Offizielle URL | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Beschreibung | PageRecorder allows you to capture video of tab content and your interaction with it |
Dateigröße | 20.62 KB |
Installationsanzahl | 16 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2016-11-20 |
Veröffentlichungsdatum | 2016-11-20 |
Entwickler | John Jablonski |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |