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!"입니다.
확장 프로그램 스크린샷
Elucidate - Present via Webcam 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | lgdgohehlhieiobnehhoamknccoenjhn |
공식 URL | 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'" } |