Ampare Webcam Capture
Take Picture From Your Webcam
Wat is Ampare Webcam Capture?
Ampare Webcam Capture is een Chrome-extensie ontwikkeld door http://juthawong.com, en de belangrijkste functie is "Take Picture From Your Webcam".
Extensie Screenshots
Download het CRX-bestand van de extensie Ampare Webcam Capture
Download Ampare Webcam Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple Chrome Extension To Try and Test Your Web Camera and Take Picture From Your Webcam. In Case , Your System Default Application Broke etc.
Basisinformatie over de Extensie
Naam | |
ID | dnhbehdblddbhifdfcppcahdfmnjcmml |
Officiële URL | https://chrome.google.com/webstore/detail/ampare-webcam-capture/dnhbehdblddbhifdfcppcahdfmnjcmml |
Beschrijving | Take Picture From Your Webcam |
Bestandsgrootte | 148 KB |
Aantal Installaties | 933 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-04-03 |
Publicatiedatum | 2018-04-03 |
Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://juthawong.com |
Betalingswijze | free |
Extensiewebsite | http://www.juthawong.com/ |
Help Pagina-URL | https://groups.google.com/forum/#!forum/ampare-engine-support |
Ondersteunde Talen | 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" } |