Webcam Preview

Shows web camera preview on top of any https site.

O que é Webcam Preview?

Webcam Preview é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Shows web camera preview on top of any https site.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Webcam Preview

Baixe arquivos de extensão Webcam Preview 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

                        Webcamera Preview - extension that allows you to bring interest to your presentations to a new level.

At the moment, a participant who shares his screen through hangouts does not stream the web camera with his image to the viewers. The extension solves this problem.

Features:
The extension shows the image from the web camera over the current tab.
Second click on the plugin icon toggles the broadcast.
Implemented a direct and mirror image streaming.
The full screen sites like Google Slides are supported.
Options page and context menu allow to adjust extension’s 
  position in corners, 
  frame type like rectangle, oval, circle, 
  mirror mode,
  tracking of active tab, 
  tracking of the full screen mode.                    

Informações Básicas da Extensão

Nome Webcam Preview Webcam Preview
ID becngjhkfeeldhnjgbgndeedogbnaejg
URL Oficial https://chromewebstore.google.com/detail/webcam-preview/becngjhkfeeldhnjgbgndeedogbnaejg
Descrição Shows web camera preview on top of any https site.
Tamanho do Arquivo 16.1 KB
Contagem de Instalações 6,320
Versão Atual 1.0.2
Última Atualização 2017-07-07
Data de Publicação 2017-07-07
Classificação 4.03/5 Total de 36 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webcam Preview",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "Shows web camera preview on top of any https site.",
    "author": "Vladimir Dupelev",
    "icons": {
        "128": "res\/128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "res\/bar-icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}