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是由vincent开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.”。
下载ShareScreen by lab.narbot.org扩展crx文件
下载ShareScreen by lab.narbot.org扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ShareScreen by lab.narbot.org |
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" ] } |