Ampare Webcam Capture
Take Picture From Your Webcam
什么是Ampare Webcam Capture?
Ampare Webcam Capture是由http://juthawong.com开发的Chrome扩展程序,该扩展的主要功能是“Take Picture From Your Webcam”。
扩展截图
下载Ampare Webcam Capture扩展crx文件
下载Ampare Webcam Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple Chrome Extension To Try and Test Your Web Camera and Take Picture From Your Webcam.
In Case , Your System Default Application Broke etc. 扩展基本信息
| 名称 | |
| ID | dnhbehdblddbhifdfcppcahdfmnjcmml |
| 官方URL | https://chrome.google.com/webstore/detail/ampare-webcam-capture/dnhbehdblddbhifdfcppcahdfmnjcmml |
| 简介 | Take Picture From Your Webcam |
| 文件大小 | 148 KB |
| 安装次数 | 933 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-04-03 |
| 上架时间 | 2018-04-03 |
| 评分 | 3.80/5 共5次评分 |
| 开发者 | http://juthawong.com |
| 付费类型 | free |
| 扩展官网 | http://www.juthawong.com/ |
| 帮助页面URL | https://groups.google.com/forum/#!forum/ampare-engine-support |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ampare Webcam Capture",
"version": "1.0",
"icons": {
"128": "icon-128.png"
},
"description": "Take Picture From Your Webcam",
"browser_action": {
"default_icon": {
"128": "icon-128.png"
},
"default_title": "Take a Picture"
},
"background": {
"scripts": [
"background.js"
]
},
"author": "Juthawong Naisanguansee"
} | |