Live Web Screensharing

Extension to allow screen sharing in Live Web Application.

什么是Live Web Screensharing?

Live Web Screensharing是由polyvnet开发的Chrome扩展程序,该扩展的主要功能是“Extension to allow screen sharing in Live Web Application.”。

扩展截图

screenshot

下载Live Web Screensharing扩展crx文件

下载Live Web Screensharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension to allow screen sharing in Live Web Application.                    

扩展基本信息

名称 Live Web Screensharing Live Web Screensharing
ID cbkjnhkfmpoicpeoompbhdnfldjhohmh
官方URL https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh
简介 Extension to allow screen sharing in Live Web Application.
文件大小 16.23 KB
安装次数 84
当前版本 0.0.2
更新时间 2019-04-10
上架时间 2019-04-09
评分 5.00/5 共4次评分
开发者 polyvnet
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Live Web Screensharing",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Screen sharing for Live",
    "version": "0.0.2",
    "author": "Polyv LM",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow screen sharing in Live Web Application.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/live.polyv.net:*\/*",
            "*:\/\/new.polyv.net:*\/*",
            "*:\/\/gs.agora.io\/*",
            "*:\/\/webdemo.agora.io\/*",
            "*:\/\/webdemo.agorabeckon.com\/*"
        ]
    },
    "icons": {
        "128": "128w.png",
        "16": "16w.png",
        "48": "48w.png"
    },
    "browser_action": {
        "default_icon": "16w.png"
    }
}