RolePlay.tv Screen Sharing

Easily share your screen with team members.

RolePlay.tv Screen Sharingとは何ですか?

RolePlay.tv Screen SharingはRolePlay.tvによって開発されたChromeの拡張機能で、その主な機能は「Easily share your screen with team members.」です。

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

screenshot

RolePlay.tv Screen Sharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This utility allows you to share your screen with your players on RolePlay.tv                    

拡張機能の基本情報

名前 RolePlay.tv Screen Sharing RolePlay.tv Screen Sharing
ID ncblbglcdalbjlddnfpdcnpbkbpidlno
公式URL https://chrome.google.com/webstore/detail/roleplaytv-screen-sharing/ncblbglcdalbjlddnfpdcnpbkbpidlno
説明 Easily share your screen with team members.
ファイルサイズ 19.12 KB
インストール数 28
現在のバージョン 0.1.3
最終更新日 2019-06-23
公開日 2019-06-23
開発者 RolePlay.tv
支払い方法 free
拡張機能のウェブサイト https://www.roleplay.tv
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RolePlay.tv Screen Sharing",
    "description": "Easily share your screen with team members.",
    "version": "0.1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.roleplay.tv\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/www.roleplay.tv\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}