Sling Desktop Share

This extension allows the slingapp.net website to share your screen.

什么是Sling Desktop Share?

Sling Desktop Share是由http://slingapp.net开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the slingapp.net website to share your screen.”。

下载Sling Desktop Share扩展crx文件

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

扩展使用说明

                        This extension activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.                    

扩展基本信息

名称 Sling Desktop Share Sling Desktop Share
ID pecpbndlndfegjibmbaplkjdkhdgmnei
官方URL https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei
简介 This extension allows the slingapp.net website to share your screen.
文件大小 4.78 KB
安装次数 242
当前版本 1.1.2
更新时间 2017-06-06
上架时间 2017-06-06
评分 3.67/5 共6次评分
开发者 http://slingapp.net
付费类型 free
扩展官网 https://slingapp.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sling Desktop Share",
    "description": "This extension allows the slingapp.net website to share your screen.",
    "version": "1.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sling64.png"
    },
    "permissions": [
        "activeTab",
        "desktopCapture",
        "tabs"
    ],
    "externally_connectible": {
        "matches": [
            "*:\/\/slingapp.net\/*",
            "*:\/\/*.slingapp.net\/*"
        ]
    }
}