Get Webpage from Computer to Mobile

Open website from computer to mobile

什麼是Get Webpage from Computer to Mobile?

Get Webpage from Computer to Mobile是由ClearApps開發的Chrome擴展程式,該擴展的主要功能是“Open website from computer to mobile”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Get Webpage from Computer to Mobile擴展crx文件

下載Get Webpage from Computer to Mobile擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Get Webpage from Computer to Mobile Get Webpage from Computer to Mobile
ID jhoboflmglplkodmfmohodbeajgfiopl
官方網址 https://chrome.google.com/webstore/detail/get-webpage-from-computer/jhoboflmglplkodmfmohodbeajgfiopl
簡介 Open website from computer to mobile
檔案大小 132 KB
安裝次數 147
目前版本 1.1
更新時間 2018-08-10
上架時間 2018-08-10
評分 5.00/5 共 2 次評分
開發者 ClearApps
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Webpage from Computer to Mobile",
    "version": "1.1",
    "description": "Open website from computer to mobile",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "browser_action": {
        "default_title": "Get the website On Mobile",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}