PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
Hvad er PageRecorder?
PageRecorder er en Chrome-udvidelse udviklet af John Jablonski, og dens hovedfunktion er "PageRecorder allows you to capture video of tab content and your interaction with it".
Udvidelsesskærmbilleder
Download PageRecorder-udvidelses-CRX-fil
Download PageRecorder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
Officiel URL | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Beskrivelse | PageRecorder allows you to capture video of tab content and your interaction with it |
Filstørrelse | 20.62 KB |
Antal Installationer | 16 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2016-11-20 |
Udgivelsesdato | 2016-11-20 |
Udvikler | John Jablonski |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |