WebCam Screenshot
WebCam Screenshot - take snapshot using webcam and save photos to computer.
Was ist WebCam Screenshot?
WebCam Screenshot ist eine Chrome-Erweiterung, die von https://www.coolsearch.net entwickelt wurde, und ihr Hauptmerkmal ist "WebCam Screenshot - take snapshot using webcam and save photos to computer.".
Erweiterungsscreenshots
WebCam Screenshot-Erweiterungs-CRX-Datei herunterladen
Laden Sie WebCam Screenshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | knfhipdfgccfjakhhncdmpdmcppkphbc |
Offizielle URL | https://chrome.google.com/webstore/detail/webcam-screenshot/knfhipdfgccfjakhhncdmpdmcppkphbc |
Beschreibung | WebCam Screenshot - take snapshot using webcam and save photos to computer. |
Dateigröße | 107 KB |
Installationsanzahl | 3,000 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2020-09-15 |
Veröffentlichungsdatum | 2020-06-09 |
Bewertung | 2.83/5 Insgesamt 24 Bewertungen |
Entwickler | https://www.coolsearch.net |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.coolsearch.net/privacy.html |
Unterstützte Sprachen | 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" } } |