Localhost2Phone

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

What is Localhost2Phone?

Localhost2Phone is a Chrome extension developed by Darkshredder, and its main feature is "This app allows us to test our localhost page on phone or any other device.".

Extension Screenshots

screenshot
screenshot

Download Localhost2Phone Extension CRX File

Download Localhost2Phone 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

                        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 :)                    

Extension Basic Information

Name Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
Official URL https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Description This app allows us to test our localhost page on phone or any other device.
File Size 62.66 KB
Installation Count 26
Current Version 3.0
Last Updated 2021-03-27
Publish Date 2021-01-02
Rating 5.00/5 Total 2 Ratings
Developer Darkshredder
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}