Screen Capture to Video File
This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.
Screen Capture to Video Fileคืออะไร?
Screen Capture to Video File เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smart Software และคุณลักษณะหลักของมันคือ "This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Capture to Video File
ดาวน์โหลดไฟล์ส่วนขยาย Screen Capture to Video File ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app is a fun, simple and easy to use screen capture recorder for your computer. This capture recorder is a free recorder that can capture content of screen, individual windows or tabs. You can save the recorded video file to your computer and Google Drive directly. Just click the record button and you can capture screen and record as a video file. This recorder only supports the latest browsers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | icoloanbecehinobmflpeglknkplbfbm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm |
คำอธิบาย | This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive. |
ขนาดไฟล์ | 30.62 KB |
จำนวนการติดตั้ง | 1,931 |
เวอร์ชันปัจจุบัน | 1.0.1.2 |
อัปเดตครั้งล่าสุด | 2020-10-16 |
วันที่เผยแพร่ | 2020-10-16 |
คะแนน | 3.52/5 รวมทั้งหมด 106 คะแนน |
ผู้พัฒนา | Smart Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://imclient.herokuapp.com/screencapture/ |
URL หน้านโยบายความเป็นส่วนตัว | http://iblogbox.com/chrome/tos.php |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "version": "1.0.1.2" } |