RTC Share Desktop
WebRTC screen capturing extension.
RTC Share Desktopคืออะไร?
RTC Share Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย driverfarfar และคุณลักษณะหลักของมันคือ "WebRTC screen capturing extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RTC Share Desktop
ดาวน์โหลดไฟล์ส่วนขยาย RTC Share Desktop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a WebRTC screen capturing extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RTC Share Desktop |
ID | ccahbcjalpomijfpjemdgpnbogofnlgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl |
คำอธิบาย | WebRTC screen capturing extension. |
ขนาดไฟล์ | 5.43 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-01-11 |
วันที่เผยแพร่ | 2019-01-10 |
ผู้พัฒนา | driverfarfar |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.easemob.com/ |
URL หน้าช่วยเหลือ | https://www.easemob.com/ |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTC Share Desktop", "author": "Simon", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC screen capturing extension.", "homepage_url": "https:\/\/www.easemob.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |