WebCam Screenshot

WebCam Screenshot - take snapshot using webcam and save photos to computer.

WebCam Screenshotคืออะไร?

WebCam Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.coolsearch.net และคุณลักษณะหลักของมันคือ "WebCam Screenshot - take snapshot using webcam and save photos to computer."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebCam Screenshot

ดาวน์โหลดไฟล์ส่วนขยาย WebCam Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WebCam Screenshot is popular and useful app for making selfie photos using your webcam. Save photos to your computer just two clicks. Webcam Screenshot also works offline.

HOW TO USE:
 1) Enable camera: Use your camera - Click to ALLOW in the popup.
 2) Click to CREATE PHOTO. 
 3) Click to SAVE THIS PICTURE.

WebCam Screenshot may change your search engine to best for you.
Now is create your snapshot. Quickly and easily!                    

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

ชื่อ WebCam Screenshot WebCam Screenshot
ID knfhipdfgccfjakhhncdmpdmcppkphbc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/webcam-screenshot/knfhipdfgccfjakhhncdmpdmcppkphbc
คำอธิบาย WebCam Screenshot - take snapshot using webcam and save photos to computer.
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2020-09-15
วันที่เผยแพร่ 2020-06-09
คะแนน 2.83/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://www.coolsearch.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.coolsearch.net/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "name": "WebCam Screenshot",
    "description": "WebCam Screenshot - take snapshot using webcam and save photos to computer.",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png"
    },
    "options_page": "cam.html",
    "manifest_version": 2,
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.coolsearch.net\/img\/favicon.ico",
            "is_default": true,
            "keyword": "coolsearch",
            "name": "CoolSearch",
            "search_url": "https:\/\/www.coolsearch.net\/search?id=jk45&app=webcams&q={searchTerms}"
        }
    },
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}