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文件

下载Communikate Screen Sharing (Beta)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}