Localhost2Phone

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

Localhost2Phone란 무엇입니까?

Localhost2Phone은(는) Darkshredder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app allows us to test our localhost page on phone or any other device."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Localhost2Phone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}