Livestorm Screensharing

Livestorm extension utility for screensharing support

什麼是Livestorm Screensharing?

Livestorm Screensharing是由https://livestorm.co開發的Chrome擴展程式,該擴展的主要功能是“Livestorm extension utility for screensharing support”。

擴展截圖

screenshot

下載Livestorm Screensharing擴展crx文件

下載Livestorm Screensharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Livestorm extension for screensharing support                    

擴展基本資訊

名稱 Livestorm Screensharing Livestorm Screensharing
ID agdmglieodoodfjgljideekcenoakdgb
官方網址 https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb
簡介 Livestorm extension utility for screensharing support
檔案大小 309 KB
安裝次數 3,241
目前版本 1.1
更新時間 2016-10-19
上架時間 2016-10-19
評分 5.00/5 共 4 次評分
開發者 https://livestorm.co
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Livestorm Screensharing",
    "author": "Livestorm",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Livestorm extension utility for screensharing support",
    "homepage_url": "https:\/\/livestorm.co",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:4000\/*",
            "https:\/\/*.livestorm.co\/*",
            "https:\/\/*.livestorm.fr\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}