WebCam Screenshot
WebCam Screenshot - take snapshot using webcam and save photos to computer.
O que é WebCam Screenshot?
WebCam Screenshot é uma extensão do Chrome desenvolvida por https://www.coolsearch.net, e sua principal característica é "WebCam Screenshot - take snapshot using webcam and save photos to computer.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WebCam Screenshot
Baixe arquivos de extensão WebCam Screenshot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | knfhipdfgccfjakhhncdmpdmcppkphbc |
URL Oficial | https://chrome.google.com/webstore/detail/webcam-screenshot/knfhipdfgccfjakhhncdmpdmcppkphbc |
Descrição | WebCam Screenshot - take snapshot using webcam and save photos to computer. |
Tamanho do Arquivo | 107 KB |
Contagem de Instalações | 3,000 |
Versão Atual | 1.2.0 |
Última Atualização | 2020-09-15 |
Data de Publicação | 2020-06-09 |
Classificação | 2.83/5 Total de 24 Avaliações |
Desenvolvedor | https://www.coolsearch.net |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.coolsearch.net/privacy.html |
Idiomas Suportados | 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" } } |