F2F Screen Sharing
Share your screen on f2f.live
F2F Screen Sharingคืออะไร?
F2F Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://f2f.live และคุณลักษณะหลักของมันคือ "Share your screen on f2f.live"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F2F Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย F2F Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to share a screen with your viewers on f2f.live. Capture an entire screen, a specific application, or a Chrome tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | F2F Screen Sharing |
ID | dadbkaghakenpcikaemgfbaaomcibggo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/f2f-screen-sharing/dadbkaghakenpcikaemgfbaaomcibggo |
คำอธิบาย | Share your screen on f2f.live |
ขนาดไฟล์ | 17.81 KB |
จำนวนการติดตั้ง | 144 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2018-02-17 |
วันที่เผยแพร่ | 2018-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://f2f.live |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://f2f.live |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "F2F Screen Sharing", "short_name": "F2F Screen", "description": "Share your screen on f2f.live", "homepage_url": "https:\/\/f2f.live", "version": "1.3.0", "page_action": { "default_icon": { "19": "images\/logo_19x19.png", "38": "images\/logo_38x38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/logo_16x16.png", "32": "images\/logo_32x32.png", "48": "images\/logo_48x48.png", "64": "images\/logo_64x64.png", "128": "images\/logo_128x128.png" }, "background": { "scripts": [ ".\/build\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.f2f.live\/*" ], "js": [ ".\/build\/script.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "desktopCapture", "activeTab", "tabs", "https:\/\/*.f2f.live\/*" ] } |