F2F Screen Sharing
Share your screen on f2f.live
F2F Screen Sharing là gì?
F2F Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://f2f.live, và tính năng chính của nó là "Share your screen on f2f.live".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng F2F Screen Sharing
Tải xuống các tệp mở rộng F2F Screen Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | F2F Screen Sharing |
ID | dadbkaghakenpcikaemgfbaaomcibggo |
URL Chính Thức | https://chromewebstore.google.com/detail/f2f-screen-sharing/dadbkaghakenpcikaemgfbaaomcibggo |
Mô tả | Share your screen on f2f.live |
Kích Thước Tệp | 17.81 KB |
Số Lần Cài Đặt | 144 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2018-02-17 |
Ngày Phát Hành | 2018-02-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://f2f.live |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://f2f.live |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |