nanoStream Screen Capture

Share your screen with nanocosmos!

Cos'è nanoStream Screen Capture?

nanoStream Screen Capture è un'estensione di Chrome sviluppata da http://www.nanocosmos.de, e la sua funzione principale è "Share your screen with nanocosmos!".

Scarica il file CRX dell'estensione nanoStream Screen Capture

Scarica i file di estensione nanoStream Screen Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        nanoStream Screen Capture Extension for WebRTC Applications on Google Chrome
Working on combination with nanoStream WebRTC Applications
(c) 2015 nanocosmos GmbH                    

Informazioni di Base sull'Estensione

Nome nanoStream Screen Capture nanoStream Screen Capture
ID jfjljfmoopheadghnkjbonkmgbkjhjdo
URL Ufficiale https://chrome.google.com/webstore/detail/jfjljfmoopheadghnkjbonkmgbkjhjdo
Descrizione Share your screen with nanocosmos!
Dimensione del File 28 KB
Conteggio Installazioni 68
Versione Corrente 2.1
Ultimo Aggiornamento 2015-11-24
Data di Pubblicazione 2015-11-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.nanocosmos.de
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nanoStream Screen Capture",
    "author": "nanocosmos GmbH",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share your screen with nanocosmos!",
    "homepage_url": "http:\/\/www.nanocosmos.de",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon-16.png",
        "icon-128.png"
    ]
}