PageRecorder
PageRecorder allows you to capture video of tab content and your interaction with it
PageRecorderคืออะไร?
PageRecorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Jablonski และคุณลักษณะหลักของมันคือ "PageRecorder allows you to capture video of tab content and your interaction with it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PageRecorder
ดาวน์โหลดไฟล์ส่วนขยาย PageRecorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dakkiophamaidagbmajedjpmkplgpkcb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb |
คำอธิบาย | PageRecorder allows you to capture video of tab content and your interaction with it |
ขนาดไฟล์ | 20.62 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2016-11-20 |
วันที่เผยแพร่ | 2016-11-20 |
ผู้พัฒนา | John Jablonski |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |