Livestorm Screensharing
Livestorm extension utility for screensharing support
什么是Livestorm Screensharing?
Livestorm Screensharing是由https://livestorm.co开发的Chrome扩展程序,该扩展的主要功能是“Livestorm extension utility for screensharing support”。
扩展截图
下载Livestorm Screensharing扩展crx文件
下载Livestorm Screensharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Livestorm extension for screensharing support
扩展基本信息
名称 | |
ID | agdmglieodoodfjgljideekcenoakdgb |
官方URL | https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb |
简介 | Livestorm extension utility for screensharing support |
文件大小 | 309 KB |
安装次数 | 3,241 |
当前版本 | 1.1 |
更新时间 | 2016-10-19 |
上架时间 | 2016-10-19 |
评分 | 5.00/5 共4次评分 |
开发者 | https://livestorm.co |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Livestorm Screensharing", "author": "Livestorm", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Livestorm extension utility for screensharing support", "homepage_url": "https:\/\/livestorm.co", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/localhost:4000\/*", "https:\/\/*.livestorm.co\/*", "https:\/\/*.livestorm.fr\/*" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |