Webcam Video Recorder/Capture
Webcam Video Recorder or capture lets you record and download video using laptop's webcam
Webcam Video Recorder/Captureคืออะไร?
Webcam Video Recorder/Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chromecrxstore.com/webcamvideorecorder และคุณลักษณะหลักของมันคือ "Webcam Video Recorder or capture lets you record and download video using laptop's webcam"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webcam Video Recorder/Capture
ดาวน์โหลดไฟล์ส่วนขยาย Webcam Video Recorder/Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Webcam Video Recorder is a very simple tool to record your HD videos (depends on your PC camera) and save and download them to your hard disk instantly in WebM format which you can play in browsers such as Chrome, Firefox or any other modern browser which supports HTML5. You can also convert WebM files to video format of your choice using various free to use online tools. One more thing, you don't need to register to use this extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pngkcbpnnohapfoolipfmjbnpibockmp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/webcam-video-recordercapt/pngkcbpnnohapfoolipfmjbnpibockmp |
คำอธิบาย | Webcam Video Recorder or capture lets you record and download video using laptop's webcam |
ขนาดไฟล์ | 5.47 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-01-21 |
วันที่เผยแพร่ | 2018-01-21 |
คะแนน | 3.95/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | https://chromecrxstore.com/webcamvideorecorder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chromecrxstore.com/webcamvideorecorder/ |
URL หน้านโยบายความเป็นส่วนตัว | https://chromecrxstore.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webcam Video Recorder\/Capture", "version": "1.0", "description": "Webcam Video Recorder or capture lets you record and download video using laptop's webcam", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/chromecrxstore.com\/webcamvideorecorder\/", "browser_action": { "default_icon": "icon.png", "default_title": "Webcam Video Recorder-Capture" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |