Webcam Test
Test your webcam online
什么是Webcam Test?
Webcam Test是由http://webcam-test.com开发的Chrome扩展程序,该扩展的主要功能是“Test your webcam online”。
扩展截图
下载Webcam Test扩展crx文件
下载Webcam Test扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Webcam test allows you to test your camera directly in your browser.
扩展基本信息
名称 | |
ID | iblndfiladjaddjhpihildkiaekggfdm |
官方URL | https://chrome.google.com/webstore/detail/webcam-test/iblndfiladjaddjhpihildkiaekggfdm |
简介 | Test your webcam online |
文件大小 | 4.06 MB |
安装次数 | 20,000 |
当前版本 | 1.3 |
更新时间 | 2021-05-19 |
上架时间 | 2020-07-28 |
评分 | 3.33/5 共3次评分 |
开发者 | http://webcam-test.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://webcam-test.com |
帮助页面URL | https://webcam-test.com |
支持的语言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.3", "browser_action": { "default_icon": "webcam.png" }, "icons": { "128": "webcam_128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |