Quick Chrome Share
This extension share the chrome tabs video/audio and send them chrome app for LAN sharing
Quick Chrome Share란 무엇입니까?
Quick Chrome Share은(는) Haitham Mubarak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension share the chrome tabs video/audio and send them chrome app for LAN sharing"입니다.
확장 프로그램 스크린샷
Quick Chrome Share 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The application is using http and webrtc connections to share your streams with other people with easy steps. The application (new version) is used sharing purposes, Steps for sharing : 1- you can go to any tab you want to share with other people. 2- Click on App icon and click Start Capture button. 3- Once capture is started, you can share your screen by some given url. 4- In the popup window, click on the top right corner icon to open the share manager. 5- Now you will have two have connectors based on your requirements, you can select the left one for LAN sharing (two devices on same network),which leads to a faster to let you can watch the shared video with only some milliseconds of delay. 6- Select the right connector in case devices are not in the same network, which will be little slower the the left connector. 7- You can share connectors either by copying the link address, or using QR Reader for your mobile device and you will be connected immediately. Current limitations : 1- You can share your screen with only two devices. 2- You can share only tabs and only one tab. Features will be extended in the future, so I hope you enjoy the application, any comments are welcome. Thank You!
확장 프로그램 기본 정보
이름 | |
ID | mdpeackmkpommfkakgpniapcfnklnmje |
공식 URL | https://chrome.google.com/webstore/detail/quick-chrome-share/mdpeackmkpommfkakgpniapcfnklnmje |
설명 | This extension share the chrome tabs video/audio and send them chrome app for LAN sharing |
파일 크기 | 264 KB |
설치 횟수 | 258 |
현재 버전 | 1.10.5 |
최근 업데이트 | 2020-11-21 |
출시 날짜 | 2019-09-15 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Haitham Mubarak |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Chrome Share", "description": "This extension share the chrome tabs video\/audio and send them chrome app for LAN sharing", "version": "1.10.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "persistent": true, "page": "background.html" }, "permissions": [ "tabs", "alarms", "activeTab", "tabCapture", "background", "desktopCapture", "notifications" ] } |