PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
PageRecorder là gì?
PageRecorder là một tiện ích mở rộng Chrome được phát triển bởi John Jablonski, và tính năng chính của nó là "PageRecorder allows you to capture video of tab content and your interaction with it".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PageRecorder
Tải xuống các tệp mở rộng PageRecorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
URL Chính Thức | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
Mô tả | PageRecorder allows you to capture video of tab content and your interaction with it |
Kích Thước Tệp | 20.62 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2016-11-20 |
Ngày Phát Hành | 2016-11-20 |
Nhà Phát Triển | John Jablonski |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |