ShareScreen by lab.narbot.org

This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.

ShareScreen by lab.narbot.orgとは何ですか?

ShareScreen by lab.narbot.orgはvincentによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.」です。

ShareScreen by lab.narbot.org拡張機能のCRXファイルをダウンロード

ShareScreen by lab.narbot.org拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 ShareScreen by lab.narbot.org ShareScreen by lab.narbot.org
ID bdmnjlaenedmfiihbaibdmmnpnoocedj
公式URL https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj
説明 This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
ファイルサイズ 8.46 KB
インストール数 77
現在のバージョン 2.0
最終更新日 2017-05-07
公開日 2017-05-07
評価 5.00/5 合計 1 レビュー
開発者 vincent
支払い方法 free
拡張機能のウェブサイト https://lab.narbot.org/room/
ヘルプページのURL https://lab.narbot.org/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShareScreen by lab.narbot.org",
    "author": "Vincent Narbot",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.",
    "homepage_url": "https:\/\/lab.narbot.org\/room\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.narbot.org\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}