Localhost2Phone

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

Was ist Localhost2Phone?

Localhost2Phone ist eine Chrome-Erweiterung, die von Darkshredder entwickelt wurde, und ihr Hauptmerkmal ist "This app allows us to test our localhost page on phone or any other device.".

Erweiterungsscreenshots

screenshot
screenshot

Localhost2Phone-Erweiterungs-CRX-Datei herunterladen

Laden Sie Localhost2Phone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
Offizielle URL https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Beschreibung This app allows us to test our localhost page on phone or any other device.
Dateigröße 62.66 KB
Installationsanzahl 26
Aktuelle Version 3.0
Letztes Update 2021-03-27
Veröffentlichungsdatum 2021-01-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Darkshredder
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}