Webcam Preview

Shows web camera preview on top of any https site.

Webcam Preview là gì?

Webcam Preview là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Shows web camera preview on top of any https site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webcam Preview

Tải xuống các tệp mở rộng Webcam Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webcam Preview Webcam Preview
ID becngjhkfeeldhnjgbgndeedogbnaejg
URL Chính Thức https://chromewebstore.google.com/detail/webcam-preview/becngjhkfeeldhnjgbgndeedogbnaejg
Mô tả Shows web camera preview on top of any https site.
Kích Thước Tệp 16.1 KB
Số Lần Cài Đặt 6,320
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-07-07
Ngày Phát Hành 2017-07-07
Đánh Giá 4.03/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}