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
官方網址 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"
    }
}