Localhost2Phone

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

Localhost2Phone là gì?

Localhost2Phone là một tiện ích mở rộng Chrome được phát triển bởi Darkshredder, và tính năng chính của nó là "This app allows us to test our localhost page on phone or any other device.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Localhost2Phone

Tải xuống các tệp mở rộng Localhost2Phone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Localhost2Phone Localhost2Phone
ID nggfgphkcolkkmpdonknogcinlkceknk
URL Chính Thức https://chromewebstore.google.com/detail/localhost2phone/nggfgphkcolkkmpdonknogcinlkceknk
Mô tả This app allows us to test our localhost page on phone or any other device.
Kích Thước Tệp 62.66 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2021-03-27
Ngày Phát Hành 2021-01-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Darkshredder
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}