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.」です。
拡張機能のスクリーンショット
Webcam Preview拡張機能のCRXファイルをダウンロード
Webcam Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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:\/\/*\/*" ] } |