Localhost2Phone

This app allows us to test our localhost page on phone or any other device.

Localhost2Phoneとは何ですか?

Localhost2PhoneはDarkshredderによって開発されたChromeの拡張機能で、その主な機能は「This app allows us to test our localhost page on phone or any other device.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Localhost2Phone拡張機能のCRXファイルをダウンロード

Localhost2Phone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Showcase or Test your Frontend or Backend code just by scanning a QR Code or copying the url and sharing it.

As a developer working under his Localhost server for testing frontend code on different screen becomes a tiresome process.I've encountered one issue that always wastes 2-5 minutes of my workflow.

 Testing on each Screen is not easy for different devices like your device and we have to check manually.Instead of this workflow we could just share the QR Code and let the team know about the output easily without any hassel.

This is where Localhost2Phone comes into play just by sharing QR Code or URL.

Comments, bugs and suggestions are welcome. 

Enjoy :)                    

拡張機能の基本情報

名前 Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
公式URL https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
説明 This app allows us to test our localhost page on phone or any other device.
ファイルサイズ 62.66 KB
インストール数 26
現在のバージョン 3.0
最終更新日 2021-03-27
公開日 2021-01-02
評価 5.00/5 合計 2 レビュー
開発者 Darkshredder
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Localhost2Phone",
    "version": "3.0",
    "description": "This app allows us to test our localhost page on phone or any other device.",
    "manifest_version": 2,
    "icons": {
        "16": "monitor16.png",
        "64": "monitor64.png",
        "128": "monitor128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}