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.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | ncblbglcdalbjlddnfpdcnpbkbpidlno |
| 官方網址 | 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"
}
} | |