Communikate Screen Sharing (Beta)

Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers.

Communikate Screen Sharing (Beta)란 무엇입니까?

Communikate Screen Sharing (Beta)은(는) CommuniKate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Communikate Screen Sharing (Beta) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Very lightweight screen sharing extension that can stream your web browser window to one or more participants. First click on the extension and activate screen sharing, then copy and send out the link at which participants can view your stream. 

Participants will be able to use any web browser to join your screen sharing session. They will not have to install any additional software. Communikate Screen Sharing is also lightweight on network connectivity, since compressed jpeg images are sent out to participants only when your screen changes. Your mouse movements are sent as coordinates separate from the screen captured jpeg and will show up on the participants screen as a red laser pointer. Feel free to use your mouse to direct the presentation.                    

확장 프로그램 기본 정보

이름 Communikate Screen Sharing (Beta) Communikate Screen Sharing (Beta)
ID egcppkhafmmmefannbfdjkkihekcafho
공식 URL https://chromewebstore.google.com/detail/communikate-screen-sharin/egcppkhafmmmefannbfdjkkihekcafho
설명 Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers.
파일 크기 432 KB
설치 횟수 39
현재 버전 1.4
최근 업데이트 2015-02-12
출시 날짜 2015-02-12
평점 4.80/5 총 5 개의 평점
개발자 CommuniKate
결제 유형 free
확장 프로그램 웹 사이트 http://www.onekate.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Communikate Screen Sharing (Beta)",
    "description": "Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers.",
    "version": "1.4",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        ""
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon\/32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/glyphicons-halflings-white.png"
    ]
}