Mobile simulator - responsive testing tool

Smartphone and tablet simulator on computer with several models to test mobile responsive websites.

Mobile simulator - responsive testing tool란 무엇입니까?

Mobile simulator - responsive testing tool은(는) https://webmobilefirst.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smartphone and tablet simulator on computer with several models to test mobile responsive websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Mobile simulator - responsive testing tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Smartphones and tablets simulator on computer very realistic with several devices and resolutions to test your mobile site.

52 devices are available for responsive tests
📱16 models of recent and older Android & Google smartphones including the Galaxy S22
📱23 models of recent and older Apple smartphones including the iPhone 15 (PRO & MAX)
💻 5 models of tablets
⌚️ And 8 special devices such as the Apple Watch, a Self Service Kiosk or a Macbook
Some devices are only available in the premium version

Key features
🎬 Create screencasts in GIF format very easily.
📸 It is also possible to take a screenshot of the smartphone in transparent PNG to insert it in an email, presentation slides, etc.
🌚 Night mode available (see screenshots)

🏷 A non intrusive advertisement is displayed in the free version
This ad can be hidden in the premium version                    

확장 프로그램 기본 정보

이름 Mobile simulator - responsive testing tool Mobile simulator - responsive testing tool
ID ckejmhbmlajgoklhgbapkiccekfoccmk
공식 URL https://chromewebstore.google.com/detail/mobile-simulator-responsi/ckejmhbmlajgoklhgbapkiccekfoccmk
설명 Smartphone and tablet simulator on computer with several models to test mobile responsive websites.
파일 크기 12.18 MB
설치 횟수 656,385
현재 버전 3.10.0
최근 업데이트 2024-02-27
출시 날짜 2020-05-13
평점 4.87/5 총 1645 개의 평점
개발자 https://webmobilefirst.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.webmobilefirst.com/?utm_source=chrome&utm_campaign=store
도움말 페이지 URL https://www.webmobilefirst.com/en/support/?utm_source=chrome&utm_campaign=store
개인정보 보호 정책 페이지 URL https://www.webmobilefirst.com/en/privacy
지원되는 언어 en,fr,es,it,pl,ru,hi,bn,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "author": "Fran\u00e7ois Duprat",
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "cookies",
        "tabCapture",
        "contextMenus"
    ],
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/siteCopilot.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_title": "__MSG_context_menu_activate__",
        "default_icon": {
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        }
    },
    "web_accessible_resources": [
        "spoofer.js",
        "assets\/**\/*",
        "css\/**\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.webmobilefirst.com\/*"
        ]
    },
    "version": "3.10.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}