Localhost2Phone

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

Hvad er Localhost2Phone?

Localhost2Phone er en Chrome-udvidelse udviklet af Darkshredder, og dens hovedfunktion er "This app allows us to test our localhost page on phone or any other device.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Localhost2Phone-udvidelses-CRX-fil

Download Localhost2Phone-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
Officiel URL https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Beskrivelse This app allows us to test our localhost page on phone or any other device.
Filstørrelse 62.66 KB
Antal Installationer 26
Nuværende Version 3.0
Senest Opdateret 2021-03-27
Udgivelsesdato 2021-01-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Darkshredder
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}