PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
Apa itu PageRecorder?
PageRecorder adalah ekstensi Chrome yang dikembangkan oleh John Jablonski, dan fitur utamanya adalah "PageRecorder allows you to capture video of tab content and your interaction with it".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PageRecorder
Unduh file ekstensi PageRecorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
URL Resmi | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Deskripsi | PageRecorder allows you to capture video of tab content and your interaction with it |
Ukuran File | 20.62 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2016-11-20 |
Tanggal Publikasi | 2016-11-20 |
Pengembang | John Jablonski |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |