Webcam Preview

Shows web camera preview on top of any https site.

Webcam Preview란 무엇입니까?

Webcam Preview은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows web camera preview on top of any https site."입니다.

확장 프로그램 스크린샷

screenshot

Webcam Preview 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Webcam Preview Webcam Preview
ID becngjhkfeeldhnjgbgndeedogbnaejg
공식 URL https://chromewebstore.google.com/detail/webcam-preview/becngjhkfeeldhnjgbgndeedogbnaejg
설명 Shows web camera preview on top of any https site.
파일 크기 16.1 KB
설치 횟수 6,320
현재 버전 1.0.2
최근 업데이트 2017-07-07
출시 날짜 2017-07-07
평점 4.03/5 총 36 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 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:\/\/*\/*"
    ]
}