Smart Connection Beta Version
Screen Sharing By Wireless Display
什么是Smart Connection Beta Version?
Smart Connection Beta Version是由AtomWu开发的Chrome扩展程序,该扩展的主要功能是“Screen Sharing By Wireless Display”。
下载Smart Connection Beta Version扩展crx文件
下载Smart Connection Beta Version扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | cfeahbinfdmegpkjibpocdndjjafolhd |
官方URL | https://chrome.google.com/webstore/detail/smart-connection-beta-ver/cfeahbinfdmegpkjibpocdndjjafolhd |
简介 | Screen Sharing By Wireless Display |
文件大小 | 180 KB |
安装次数 | 197 |
当前版本 | 0.1.9 |
更新时间 | 2017-03-17 |
上架时间 | 2017-03-17 |
评分 | 5.00/5 共4次评分 |
开发者 | AtomWu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Connection Beta Version", "description": "Screen Sharing By Wireless Display", "version": "0.1.9", "manifest_version": 2, "icons": { "48": "beta_48.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "proxy", "tabs", "desktopCapture", "storage" ], "browser_action": { "default_icon": "beta.png", "default_popup": "popup.html" }, "options_page": "setting.html" } |