Smart Connection

Screen Sharing By Wireless Display

什么是Smart Connection?

Smart Connection是由AtomWu开发的Chrome扩展程序,该扩展的主要功能是“Screen Sharing By Wireless Display”。

扩展截图

screenshot
screenshot

下载Smart Connection扩展crx文件

下载Smart Connection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Smart Connection : 

Screen Sharing By Wireless Display.                    

扩展基本信息

名称 Smart Connection Smart Connection
ID jdeffbcalgephoogkfbjdijifmdkcmkn
官方URL https://chrome.google.com/webstore/detail/smart-connection/jdeffbcalgephoogkfbjdijifmdkcmkn
简介 Screen Sharing By Wireless Display
文件大小 146 KB
安装次数 764
当前版本 0.3.4
更新时间 2018-05-10
上架时间 2018-05-10
评分 4.60/5 共5次评分
开发者 AtomWu
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Connection",
    "description": "Screen Sharing By Wireless Display",
    "version": "0.3.4",
    "manifest_version": 2,
    "icons": {
        "48": "btn_sc_48x48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "proxy",
        "tabs",
        "desktopCapture",
        "storage"
    ],
    "browser_action": {
        "default_icon": "btn_sc_nonshare_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "setting.html"
}