ShareScreen by lab.narbot.org

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

Co to jest ShareScreen by lab.narbot.org?

ShareScreen by lab.narbot.org to rozszerzenie Chrome opracowane przez vincent, a jego główną funkcją jest „This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.”.

Pobierz plik CRX rozszerzenia ShareScreen by lab.narbot.org

Pobierz pliki rozszerzeń ShareScreen by lab.narbot.org w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa ShareScreen by lab.narbot.org ShareScreen by lab.narbot.org
ID bdmnjlaenedmfiihbaibdmmnpnoocedj
Oficjalny URL https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj
Opis This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
Rozmiar pliku 8.46 KB
Liczba instalacji 77
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2017-05-07
Data Publikacji 2017-05-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper vincent
Typ Płatności free
Strona Rozszerzenia https://lab.narbot.org/room/
Adres URL Strony Pomocy https://lab.narbot.org/
Obsługiwane Języki 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"
    ]
}