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
官方網址 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"
    }
}