WebRTC Desktop Sharing

WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.

什麼是WebRTC Desktop Sharing?

WebRTC Desktop Sharing是由https://www.snappshott.co.za開發的Chrome擴展程式,該擴展的主要功能是“WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.”。

擴展截圖

screenshot

下載WebRTC Desktop Sharing擴展crx文件

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

擴展使用說明

                        Snappshott browser tab sharing app                    

擴展基本資訊

名稱 WebRTC Desktop Sharing WebRTC Desktop Sharing
ID engpcombbmmmmfpbekphjkjnknopmjpk
官方網址 https://chromewebstore.google.com/detail/webrtc-desktop-sharing/engpcombbmmmmfpbekphjkjnknopmjpk
簡介 WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
檔案大小 83.53 KB
安裝次數 19
目前版本 2.7
更新時間 2017-04-08
上架時間 2017-04-08
開發者 https://www.snappshott.co.za
付費類型 free
擴展官網 https://www.snappshott.co.za/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebRTC Desktop Sharing",
    "author": "Snappshott",
    "version": "2.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
    "homepage_url": "https:\/\/www.snappshott.co.za\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "IceServersHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "tabCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}