Mobile View: Test responsive designs fast

Test your responsive designs on multiple devices at once.

Mobile View: Test responsive designs fast란 무엇입니까?

Mobile View: Test responsive designs fast은(는) https://mobileview.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Test your responsive designs on multiple devices at once."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Mobile View: Test responsive designs fast 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        See your website on multiple devices at once with live updates, even for locally hosted sites. Hot module reloading ensures instant code changes across all devices, while synchronised scrolling and navigation lets you test seamlessly across any website.

Perfect for:
-----
✅ Full-Stack & Front-End Developers
✅ UX/UI Designers
✅ Anyone using Polypane/Blisk/Responsively/Sizzy

Get started in seconds:
-----
✅ Install Mobile View from the Chrome Web Store.
✅ Click the extension icon to activate it.
✅ Select devices and breakpoints for continuous testing.
✅ Start developing - changes appear instantly!

Join the future of responsive design testing and quality assurance. Works with all your favourite frameworks.

Try Mobile View today and revolutionise your development process!                    

확장 프로그램 기본 정보

이름 Mobile View: Test responsive designs fast Mobile View: Test responsive designs fast
ID clepmakjkiihmfoepipckkafafdepjne
공식 URL https://chromewebstore.google.com/detail/mobile-view-test-responsi/clepmakjkiihmfoepipckkafafdepjne
설명 Test your responsive designs on multiple devices at once.
파일 크기 56.94 KB
설치 횟수 3,477
현재 버전 1.3.1
최근 업데이트 2023-12-11
출시 날짜 2023-10-16
평점 4.83/5 총 18 개의 평점
개발자 https://mobileview.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mobileview.io
도움말 페이지 URL https://chromewebstore.google.com/detail/clepmakjkiihmfoepipckkafafdepjne/support
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mobile View: Test responsive designs fast",
    "short_name": "Mobile View",
    "version": "1.3.1",
    "version_name": "1.3.1",
    "minimum_chrome_version": "102",
    "description": "Test your responsive designs on multiple devices at once.",
    "author": {
        "email": "[email protected]"
    },
    "icons": {
        "16": "store\/icons\/icon16.png",
        "32": "store\/icons\/icon32.png",
        "48": "store\/icons\/icon48.png",
        "64": "store\/icons\/icon64.png",
        "96": "store\/icons\/icon96.png",
        "128": "store\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "store\/icons\/icon16.png",
            "32": "store\/icons\/icon32.png",
            "48": "store\/icons\/icon48.png",
            "64": "store\/icons\/icon64.png",
            "96": "store\/icons\/icon96.png",
            "128": "store\/icons\/icon128.png"
        },
        "default_title": "Activate Mobile View for this Tab"
    },
    "permissions": [
        "declarativeNetRequest",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "http:\/\/localhost\/*"
    ],
    "background": {
        "service_worker": "minified\/service-workers\/serviceWorker.min.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/extension\/mobileViewWebComponent.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ]
}