Communikate Screen Sharing (Beta)

Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers.

Communikate Screen Sharing (Beta)คืออะไร?

Communikate Screen Sharing (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CommuniKate และคุณลักษณะหลักของมันคือ "Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Communikate Screen Sharing (Beta)

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

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

                        Very lightweight screen sharing extension that can stream your web browser window to one or more participants. First click on the extension and activate screen sharing, then copy and send out the link at which participants can view your stream. 

Participants will be able to use any web browser to join your screen sharing session. They will not have to install any additional software. Communikate Screen Sharing is also lightweight on network connectivity, since compressed jpeg images are sent out to participants only when your screen changes. Your mouse movements are sent as coordinates separate from the screen captured jpeg and will show up on the participants screen as a red laser pointer. Feel free to use your mouse to direct the presentation.                    

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

ชื่อ Communikate Screen Sharing (Beta) Communikate Screen Sharing (Beta)
ID egcppkhafmmmefannbfdjkkihekcafho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/communikate-screen-sharin/egcppkhafmmmefannbfdjkkihekcafho
คำอธิบาย Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers.
ขนาดไฟล์ 432 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2015-02-12
วันที่เผยแพร่ 2015-02-12
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา CommuniKate
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.onekate.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Communikate Screen Sharing (Beta)",
    "description": "Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers.",
    "version": "1.4",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        ""
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon\/32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/glyphicons-halflings-white.png"
    ]
}