Ampare Webcam Capture

Take Picture From Your Webcam

Ampare Webcam Captureคืออะไร?

Ampare Webcam Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://juthawong.com และคุณลักษณะหลักของมันคือ "Take Picture From Your Webcam"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ampare Webcam Capture

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ampare Webcam Capture Ampare Webcam Capture
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"
}