SILK App Share

Developed by Calgary Scientific to provide screen sharing to PureWeb Design

什么是SILK App Share?

SILK App Share是由https://pureweb.io开发的Chrome扩展程序,该扩展的主要功能是“Developed by Calgary Scientific to provide screen sharing to PureWeb Design”。

扩展截图

screenshot
screenshot

下载SILK App Share扩展crx文件

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

扩展使用说明

                        This extension requests access to Chrome's "desktopShare" in order to enable screen and application sharing on supported web pages on the pureweb.io domain.

Users are able to share more than one applications (or the whole desktop) and each shared item appears in a dialog that can be moved (floated) within the browser.                    

扩展基本信息

名称 SILK App Share SILK App Share
ID bkdlogmkpchnabiiikmhaifagpffdani
官方URL https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani
简介 Developed by Calgary Scientific to provide screen sharing to PureWeb Design
文件大小 11.76 KB
安装次数 170
当前版本 1.2
更新时间 2016-11-01
上架时间 2016-11-01
评分 4.67/5 共3次评分
开发者 https://pureweb.io
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SILK App Share",
    "short_name": "App Share",
    "author": "Calgary Scientific Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Developed by Calgary Scientific to provide screen sharing to PureWeb Design",
    "homepage_url": "http:\/\/calgaryscientific.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "pwdlogo_16px.png",
        "48": "pwdlogo_48px.png",
        "128": "pwdlogo_128px.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.pureweb.io\/*"
        ]
    }
}