QNRTC Screen Capture

使用此拓展共享您的桌面窗口

Cos'è QNRTC Screen Capture?

QNRTC Screen Capture è un'estensione di Chrome sviluppata da pili-coresdk, e la sua funzione principale è "使用此拓展共享您的桌面窗口".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione QNRTC Screen Capture

Scarica i file di estensione QNRTC 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

                        使用此插件让 chrome 支持屏幕共享                    

Informazioni di Base sull'Estensione

Nome QNRTC Screen Capture QNRTC Screen Capture
ID kelbkaklgngbpjmfopeiclhfmpgnkkpe
URL Ufficiale https://chromewebstore.google.com/detail/qnrtc-screen-capture/kelbkaklgngbpjmfopeiclhfmpgnkkpe
Descrizione 使用此拓展共享您的桌面窗口
Dimensione del File 20.86 KB
Conteggio Installazioni 145
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-07-31
Data di Pubblicazione 2018-07-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore pili-coresdk
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QNRTC Screen Capture",
    "author": "disoul",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "description": "\u4f7f\u7528\u6b64\u62d3\u5c55\u5171\u4eab\u60a8\u7684\u684c\u9762\u7a97\u53e3",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}