ShareScreen by lab.narbot.org
This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
Wat is ShareScreen by lab.narbot.org?
ShareScreen by lab.narbot.org is een Chrome-extensie ontwikkeld door vincent, en de belangrijkste functie is "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.".
Download het CRX-bestand van de extensie ShareScreen by lab.narbot.org
Download ShareScreen by lab.narbot.org-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                                             Basisinformatie over de Extensie
| Naam |   |  
| ID | bdmnjlaenedmfiihbaibdmmnpnoocedj | 
| Officiële URL | https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj | 
| Beschrijving | This Chrome extension is developed to allow capture content of your screen using lab.narbot.org. | 
| Bestandsgrootte | 8.46 KB | 
| Aantal Installaties | 77 | 
| Huidige Versie | 2.0 | 
| Laatst Bijgewerkt | 2017-05-07 | 
| Publicatiedatum | 2017-05-07 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | vincent | 
| Betalingswijze | free | 
| Extensiewebsite | https://lab.narbot.org/room/ | 
| Help Pagina-URL | https://lab.narbot.org/ | 
| Ondersteunde Talen | 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"
    ]
}  |  |