Localhost2Phone

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

¿Qué es Localhost2Phone?

Localhost2Phone es una extensión de Chrome desarrollada por Darkshredder, y su función principal es "This app allows us to test our localhost page on phone or any other device.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Localhost2Phone

Descarga archivos de extensión Localhost2Phone en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
URL Oficial https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Descripción This app allows us to test our localhost page on phone or any other device.
Tamaño del Archivo 62.66 KB
Cantidad de Instalaciones 26
Versión Actual 3.0
Última Actualización 2021-03-27
Fecha de Publicación 2021-01-02
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Darkshredder
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}