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是由https://chromecrxstore.com/webcamvideorecorder開發的Chrome擴展程式,該擴展的主要功能是“Webcam Video Recorder or capture lets you record and download video using laptop's webcam”。
擴展截圖
下載Webcam Video Recorder/Capture擴展crx文件
下載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 |
官方網址 | 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 } } |