Webcam Preview

Shows web camera preview on top of any https site.

Τι είναι το Webcam Preview;

Το Webcam Preview είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Shows web camera preview on top of any https site.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Webcam Preview

Λήψη αρχείων επέκτασης 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 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:\/\/*\/*"
    ]
}