Localhost2Phone

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

Wat is Localhost2Phone?

Localhost2Phone is een Chrome-extensie ontwikkeld door Darkshredder, en de belangrijkste functie is "This app allows us to test our localhost page on phone or any other device.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Localhost2Phone

Download Localhost2Phone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
Officiële URL https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Beschrijving This app allows us to test our localhost page on phone or any other device.
Bestandsgrootte 62.66 KB
Aantal Installaties 26
Huidige Versie 3.0
Laatst Bijgewerkt 2021-03-27
Publicatiedatum 2021-01-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Darkshredder
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}