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 là gì?

ShareScreen by lab.narbot.org là một tiện ích mở rộng Chrome được phát triển bởi vincent, và tính năng chính của nó là "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.".

Tải xuống tệp CRX của tiện ích mở rộng ShareScreen by lab.narbot.org

Tải xuống các tệp mở rộng ShareScreen by lab.narbot.org dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShareScreen by lab.narbot.org ShareScreen by lab.narbot.org
ID bdmnjlaenedmfiihbaibdmmnpnoocedj
URL Chính Thức https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj
Mô tả This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
Kích Thước Tệp 8.46 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-05-07
Ngày Phát Hành 2017-05-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển vincent
Loại Thanh Toán free
Trang Web Mở Rộng https://lab.narbot.org/room/
URL Trang Trợ Giúp https://lab.narbot.org/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}