General Purpose Screen Sharing
A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.
General Purpose Screen Sharing란 무엇입니까?
General Purpose Screen Sharing은(는) daan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen."입니다.
확장 프로그램 스크린샷
General Purpose Screen Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a general purpose screensharing extension.
확장 프로그램 기본 정보
이름 | |
ID | danhafjbbhpneafaokcgdobajodphdpi |
공식 URL | https://chromewebstore.google.com/detail/general-purpose-screen-sh/danhafjbbhpneafaokcgdobajodphdpi |
설명 | A general purpose Screensharing ext. It doesn't do anything except capture content of your screen. |
파일 크기 | 24.57 KB |
설치 횟수 | 829 |
현재 버전 | 2.1 |
최근 업데이트 | 2017-06-13 |
출시 날짜 | 2017-06-13 |
개발자 | daan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "General Purpose Screen Sharing", "author": "Sense Studios VOF.", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/sense-studios.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.webcamconsult.com\/*", "https:\/\/*.dev.webcamconsult.com\/*", "https:\/\/*.dev2.webcamconsult.com\/*", "https:\/\/*.staging.webcamconsult.com\/*", "https:\/\/*.webcamconsult.nl\/*", "https:\/\/*.roomdialog.eu\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |