Link Desktop Streamer
A simple extension that allows you to stream your desktop
什么是Link Desktop Streamer?
Link Desktop Streamer是由https://link-im.com开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop”。
扩展截图
下载Link Desktop Streamer扩展crx文件
下载Link Desktop Streamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Screen recorder extension 扩展基本信息
| 名称 | |
| ID | pankicchcgcfhognbgfaijcfagcefdde |
| 官方URL | https://chromewebstore.google.com/detail/link-desktop-streamer/pankicchcgcfhognbgfaijcfagcefdde |
| 简介 | A simple extension that allows you to stream your desktop |
| 文件大小 | 12.18 KB |
| 安装次数 | 241 |
| 当前版本 | 0.1.8 |
| 更新时间 | 2019-04-10 |
| 上架时间 | 2019-04-09 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://link-im.com |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Link Desktop Streamer",
"description": "A simple extension that allows you to stream your desktop",
"version": "0.1.8",
"minimum_chrome_version": "34",
"icons": {
"16": "logo-16x16.png",
"48": "logo-48x48.png",
"128": "logo-128x128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:8000\/*",
"*:\/\/link-im.com\/*",
"*:\/\/openfire.meetrix.io\/*"
]
}
} | |