ShareScreen by lab.narbot.org
This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
What is ShareScreen by lab.narbot.org?
ShareScreen by lab.narbot.org is a Chrome extension developed by vincent, and its main feature is "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.".
Download ShareScreen by lab.narbot.org Extension CRX File
Download ShareScreen by lab.narbot.org extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ShareScreen by lab.narbot.org |
ID | bdmnjlaenedmfiihbaibdmmnpnoocedj |
Official URL | https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj |
Description | This Chrome extension is developed to allow capture content of your screen using lab.narbot.org. |
File Size | 8.46 KB |
Installation Count | 77 |
Current Version | 2.0 |
Last Updated | 2017-05-07 |
Publish Date | 2017-05-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | vincent |
Payment Type | free |
Extension Website | https://lab.narbot.org/room/ |
Help Page URL | https://lab.narbot.org/ |
Supported Languages | 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" ] } |