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) CommuniKate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to enable capturing of a tab as a image to broadcast to other listening browsers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Communikate Screen Sharing (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}