RolePlay.tv Screen Sharing
Easily share your screen with team members.
RolePlay.tv Screen Sharingคืออะไร?
RolePlay.tv Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RolePlay.tv และคุณลักษณะหลักของมันคือ "Easily share your screen with team members."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RolePlay.tv Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย RolePlay.tv Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This utility allows you to share your screen with your players on RolePlay.tv
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |