Localhost2Phone

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

Qu'est-ce que Localhost2Phone ?

Localhost2Phone est une extension Chrome développée par Darkshredder, et sa fonction principale est "This app allows us to test our localhost page on phone or any other device.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Localhost2Phone

Téléchargez les fichiers d'extension Localhost2Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
URL Officiel https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Description This app allows us to test our localhost page on phone or any other device.
Taille du Fichier 62.66 KB
Nombre d'Installations 26
Version Actuelle 3.0
Dernière Mise à Jour 2021-03-27
Date de Publication 2021-01-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Darkshredder
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}