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擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Smart Connection Beta Version Smart Connection Beta Version
ID cfeahbinfdmegpkjibpocdndjjafolhd
官方網址 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"
}