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
电子邮箱 [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"
    }
}