RTC Share Desktop

WebRTC screen capturing extension.

什麼是RTC Share Desktop?

RTC Share Desktop是由driverfarfar開發的Chrome擴展程式,該擴展的主要功能是“WebRTC screen capturing extension.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載RTC Share Desktop擴展crx文件

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

擴展使用說明

                        This is a WebRTC screen capturing extension                    

擴展基本資訊

名稱 RTC Share Desktop RTC Share Desktop
ID ccahbcjalpomijfpjemdgpnbogofnlgl
官方網址 https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl
簡介 WebRTC screen capturing extension.
檔案大小 5.43 KB
安裝次數 34
目前版本 1.0
更新時間 2019-01-11
上架時間 2019-01-10
開發者 driverfarfar
付費類型 free
擴展官網 https://www.easemob.com/
說明頁面URL https://www.easemob.com/
支援的語言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RTC Share Desktop",
    "author": "Simon",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC screen capturing extension.",
    "homepage_url": "https:\/\/www.easemob.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}