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\/*"
        ]
    }
}