Open Display - Cast

Open Display cast app, with this app your are able to cast your desktop or tab to your display.

Open Display - Cast क्या है?

Open Display - Cast http://open-display.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open Display cast app, with this app your are able to cast your desktop or tab to your display."।

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

screenshot

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

crx प्रारूप में Open Display - Cast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                                            

एक्सटेंशन की मूल जानकारी

नाम Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
आधिकारिक URL https://chrome.google.com/webstore/detail/open-display-cast/edbcdocojkfjfdjmcaadkdplggcecgni
विवरण Open Display cast app, with this app your are able to cast your desktop or tab to your display.
फ़ाइल का आकार 551 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.21
अंतिम अपडेट 2017-09-04
प्रकाशन तिथि 2017-09-04
रेटिंग 1.38/5 कुल 26 रेटिंग्स
डेवलपर http://open-display.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://open-display.io
सहायता पृष्ठ URL https://open-display.zendesk.com/hc/en-us
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Display - Cast",
    "description": "Open Display cast app, with this app your are able to cast your desktop or tab to your display.",
    "version": "1.21",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/*.open-display.io https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "icons": {
        "16": "icons\/od-16x16.png",
        "120": "icons\/od-120x120.png"
    },
    "sandbox": {
        "pages": [
            "https:\/\/opendisplayapi.firebaseapp.com\/app.html"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/od-16x16.png"
    },
    "background": {
        "scripts": [
            "getStats.min.js",
            "firebase.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "desktopCapture",
        "tabs",
        "windows"
    ]
}