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
公式URL 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"
            ]
        }
    ]
}