Localhost2Phone

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

Localhost2Phone क्या है?

Localhost2Phone Darkshredder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This app allows us to test our localhost page on phone or any other device."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Localhost2Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
आधिकारिक URL https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
विवरण This app allows us to test our localhost page on phone or any other device.
फ़ाइल का आकार 62.66 KB
स्थापना संख्या 26
वर्तमान संस्करण 3.0
अंतिम अपडेट 2021-03-27
प्रकाशन तिथि 2021-01-02
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Darkshredder
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}