Screen Share

Screen Capturing and Sharing Chrome Extension

Screen Shareとは何ですか?

Screen Shareはhttps://altanaitelecom.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「Screen Capturing and Sharing Chrome Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Screen Share拡張機能のCRXファイルをダウンロード

Screen Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        WebRTC screen capture for screen sharing                    

拡張機能の基本情報

名前 Screen Share Screen Share
ID elfbfompfpakbefoaicaeoabnnoihoac
公式URL https://chrome.google.com/webstore/detail/screen-share/elfbfompfpakbefoaicaeoabnnoihoac
説明 Screen Capturing and Sharing Chrome Extension
ファイルサイズ 51.05 KB
インストール数 43
現在のバージョン 2.2
最終更新日 2016-08-17
公開日 2016-08-17
評価 5.00/5 合計 1 レビュー
開発者 https://altanaitelecom.wordpress.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://altanaitelecom.wordpress.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "Altanai",
    "version": "2.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Capturing and Sharing Chrome Extension",
    "homepage_url": "https:\/\/altanaitelecom.wordpress.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/www.villageexperts.com\/*",
                "*:\/\/ec2-52-66-78-44.ap-south-1.compute.amazonaws.com\/*",
                "*:\/\/ec2-54-174-186-98.compute-1.amazonaws.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.villageexperts.com\/*",
            "*:\/\/ec2-52-66-78-44.ap-south-1.compute.amazonaws.com\/*",
            "*:\/\/ec2-54-174-186-98.compute-1.amazonaws.com\/*"
        ]
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "desktopCapture"
    ]
}