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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Haitham Mubarak และคุณลักษณะหลักของมันคือ "This extension share the chrome tabs video/audio and send them chrome app for LAN sharing"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Chrome Share

ดาวน์โหลดไฟล์ส่วนขยาย Quick Chrome Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick Chrome Share Quick Chrome Share
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"
    ]
}