Webcam Preview
Shows web camera preview on top of any https site.
Cos'è Webcam Preview?
Webcam Preview è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Shows web camera preview on top of any https site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webcam Preview
Scarica i file di estensione Webcam Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Webcam Preview |
ID | becngjhkfeeldhnjgbgndeedogbnaejg |
URL Ufficiale | https://chromewebstore.google.com/detail/webcam-preview/becngjhkfeeldhnjgbgndeedogbnaejg |
Descrizione | Shows web camera preview on top of any https site. |
Dimensione del File | 16.1 KB |
Conteggio Installazioni | 6,320 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-07-07 |
Data di Pubblicazione | 2017-07-07 |
Valutazione | 4.03/5 Totale 36 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |