Open Display - Cast

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

Apa itu Open Display - Cast?

Open Display - Cast adalah ekstensi Chrome yang dikembangkan oleh http://open-display.io, dan fitur utamanya adalah "Open Display cast app, with this app your are able to cast your desktop or tab to your display.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open Display - Cast

Unduh file ekstensi Open Display - Cast dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
URL Resmi https://chrome.google.com/webstore/detail/open-display-cast/edbcdocojkfjfdjmcaadkdplggcecgni
Deskripsi Open Display cast app, with this app your are able to cast your desktop or tab to your display.
Ukuran File 551 KB
Jumlah Instalasi 3,000
Versi Saat Ini 1.21
Terakhir Diperbarui 2017-09-04
Tanggal Publikasi 2017-09-04
Penilaian 1.38/5 Total 26 Penilaian
Pengembang http://open-display.io
Tipe Pembayaran free
Situs Ekstensi https://open-display.io
URL Halaman Bantuan https://open-display.zendesk.com/hc/en-us
Bahasa yang Didukung 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"
    ]
}