Webcam Preview

Shows web camera preview on top of any https site.

Webcam Preview क्या है?

Webcam Preview Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows web camera preview on top of any https site."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Webcam Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
    ]
}