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
官方網址 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"
}