Screen Recorder
Capture screen recordings and save them to video files.
Screen Recorderคืออะไร?
Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robert.ryan.miller และคุณลักษณะหลักของมันคือ "Capture screen recordings and save them to video files."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily record your screen and save recordings locally as .webm files.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Screen Recorder |
ID | mpffdnlgeecobhimcaepepbcmlgioiph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screen-recorder/mpffdnlgeecobhimcaepepbcmlgioiph |
คำอธิบาย | Capture screen recordings and save them to video files. |
ขนาดไฟล์ | 16.96 KB |
จำนวนการติดตั้ง | 324 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-06-07 |
วันที่เผยแพร่ | 2020-09-29 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | robert.ryan.miller |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.robotmiller.com/recorder/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Recorder", "version": "1.0.2", "description": "Capture screen recordings and save them to video files.", "permissions": [], "background": { "scripts": [ "draw-icon.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "circle-icon-32.png" } }, "icons": { "16": "circle-icon-16.png", "48": "circle-icon-48.png", "128": "circle-icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |