Get Webpage from Computer to Mobile

Open website from computer to mobile

What is Get Webpage from Computer to Mobile?

Get Webpage from Computer to Mobile is a Chrome extension developed by ClearApps, and its main feature is "Open website from computer to mobile".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Get Webpage from Computer to Mobile Extension CRX File

Download Get Webpage from Computer to Mobile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Get Webpage from Computer to Mobile Get Webpage from Computer to Mobile
ID jhoboflmglplkodmfmohodbeajgfiopl
Official URL https://chrome.google.com/webstore/detail/get-webpage-from-computer/jhoboflmglplkodmfmohodbeajgfiopl
Description Open website from computer to mobile
File Size 132 KB
Installation Count 147
Current Version 1.1
Last Updated 2018-08-10
Publish Date 2018-08-10
Rating 5.00/5 Total 2 Ratings
Developer ClearApps
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}