Screen Share
Screen Capturing and Sharing Chrome Extension
Screen Shareคืออะไร?
Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://altanaitelecom.wordpress.com และคุณลักษณะหลักของมันคือ "Screen Capturing and Sharing Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Share
ดาวน์โหลดไฟล์ส่วนขยาย Screen Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WebRTC screen capture for screen sharing
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | elfbfompfpakbefoaicaeoabnnoihoac |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/screen-share/elfbfompfpakbefoaicaeoabnnoihoac |
คำอธิบาย | Screen Capturing and Sharing Chrome Extension |
ขนาดไฟล์ | 51.05 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2016-08-17 |
วันที่เผยแพร่ | 2016-08-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://altanaitelecom.wordpress.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://altanaitelecom.wordpress.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Share", "author": "Altanai", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Screen Capturing and Sharing Chrome Extension", "homepage_url": "https:\/\/altanaitelecom.wordpress.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/localhost\/*", "*:\/\/www.villageexperts.com\/*", "*:\/\/ec2-52-66-78-44.ap-south-1.compute.amazonaws.com\/*", "*:\/\/ec2-54-174-186-98.compute-1.amazonaws.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/www.villageexperts.com\/*", "*:\/\/ec2-52-66-78-44.ap-south-1.compute.amazonaws.com\/*", "*:\/\/ec2-54-174-186-98.compute-1.amazonaws.com\/*" ] }, "web_accessible_resources": [ "icon.png" ], "icons": { "48": "icon48.png" }, "permissions": [ "desktopCapture" ] } |