Open Display - Cast

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

Hvad er Open Display - Cast?

Open Display - Cast er en Chrome-udvidelse udviklet af http://open-display.io, og dens hovedfunktion er "Open Display cast app, with this app your are able to cast your desktop or tab to your display.".

Udvidelsesskærmbilleder

screenshot

Download Open Display - Cast-udvidelses-CRX-fil

Download Open Display - Cast-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
Officiel URL https://chrome.google.com/webstore/detail/open-display-cast/edbcdocojkfjfdjmcaadkdplggcecgni
Beskrivelse Open Display cast app, with this app your are able to cast your desktop or tab to your display.
Filstørrelse 551 KB
Antal Installationer 3,000
Nuværende Version 1.21
Senest Opdateret 2017-09-04
Udgivelsesdato 2017-09-04
Bedømmelse 1.38/5 Samlet 26 Bedømmelser
Udvikler http://open-display.io
Betalingsmetode free
Udvidelseswebsted https://open-display.io
Hjælpeside-URL https://open-display.zendesk.com/hc/en-us
Understøttede Sprog 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"
    ]
}