Screen Capturing

This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!

Screen Capturingとは何ですか?

Screen Capturingはhttps://www.brainmeasures.comによって開発されたChromeの拡張機能で、その主な機能は「This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!」です。

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

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

拡張機能の使用方法

                        Brainmeasures Screen Sharing                    

拡張機能の基本情報

名前 Screen Capturing Screen Capturing
ID imajhnndgfbilappeocjbdgemddgiake
公式URL https://chromewebstore.google.com/detail/screen-capturing/imajhnndgfbilappeocjbdgemddgiake
説明 This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
ファイルサイズ 10.55 KB
インストール数 108
現在のバージョン 4.1
最終更新日 2018-01-13
公開日 2018-01-13
評価 5.00/5 合計 2 レビュー
開発者 https://www.brainmeasures.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing",
    "author": "Muaz Khan",
    "version": "4.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
    "homepage_url": "https:\/\/www.brainmeasures.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.brainmeasures.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}