WebCam Screenshot
WebCam Screenshot - take snapshot using webcam and save photos to computer.
什麼是WebCam Screenshot?
WebCam Screenshot是由https://www.coolsearch.net開發的Chrome擴展程式,該擴展的主要功能是“WebCam Screenshot - take snapshot using webcam and save photos to computer.”。
擴展截圖
下載WebCam Screenshot擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | knfhipdfgccfjakhhncdmpdmcppkphbc |
官方網址 | 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" } } |