Open Display - Cast

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

Qu'est-ce que Open Display - Cast ?

Open Display - Cast est une extension Chrome développée par http://open-display.io, et sa fonction principale est "Open Display cast app, with this app your are able to cast your desktop or tab to your display.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open Display - Cast

Téléchargez les fichiers d'extension Open Display - Cast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
URL Officiel https://chrome.google.com/webstore/detail/open-display-cast/edbcdocojkfjfdjmcaadkdplggcecgni
Description Open Display cast app, with this app your are able to cast your desktop or tab to your display.
Taille du Fichier 551 KB
Nombre d'Installations 3,000
Version Actuelle 1.21
Dernière Mise à Jour 2017-09-04
Date de Publication 2017-09-04
Évaluation 1.38/5 Total 26 Évaluations
Développeur http://open-display.io
Type de Paiement free
Site Web de l'Extension https://open-display.io
URL de la Page d'Aide https://open-display.zendesk.com/hc/en-us
Langues Prises en Charge 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"
    ]
}