Elucidate - Present via Webcam

Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls!

什麼是Elucidate - Present via Webcam?

Elucidate - Present via Webcam是由https://educ.io開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls!”。

擴展截圖

screenshot

下載Elucidate - Present via Webcam擴展crx文件

下載Elucidate - Present via Webcam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An indispensable Chrome browser extension which allows you to overlay your webcam on pretty much any web-page!

Ideal if you are using a video calling system like Google Meet - this extension allows you to show your webcam view when presenting your screen, including when using Google slides.

Simply click the extension icon to add a camera to the screen. Move this webcam view around and resize it to get the perfect position to help communicate with your viewers, students or colleagues better.

This extension runs completely locally, does not require any special permissions and will never, ever, ever capture or store your data.                    

擴展基本資訊

名稱 Elucidate - Present via Webcam Elucidate - Present via Webcam
ID lgdgohehlhieiobnehhoamknccoenjhn
官方網址 https://chromewebstore.google.com/detail/elucidate-present-via-web/lgdgohehlhieiobnehhoamknccoenjhn
簡介 Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls!
檔案大小 176 KB
安裝次數 176
目前版本 1.1.0
更新時間 2021-01-14
上架時間 2021-01-09
開發者 https://educ.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://educ.io/extensions/elucidate
說明頁面URL https://educ.io/extensions/elucidate
隱私政策頁面URL https://educ.io/about?highlight=privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Elucidate",
        "default_icon": "icons\/icon16.png",
        "default_popup": "pages\/settings.html"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}