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
官方網址 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"
    ]
}