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
官方網址 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\/*"
        ]
    }
}