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 |
官方網址 | 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:\/\/*\/*" ] } |