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 - это расширение Chrome, разработанное vincent, и его основная функция - "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.".
Скачать файл CRX расширения ShareScreen by lab.narbot.org
Скачайте файлы расширений ShareScreen by lab.narbot.org в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                                             Основная информация о расширении
| Название |   |  
| 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"
    ]
}  |  |