Mobile simulator - responsive testing tool

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

Mobile simulator - responsive testing tool là gì?

Mobile simulator - responsive testing tool là một tiện ích mở rộng Chrome được phát triển bởi https://webmobilefirst.com, và tính năng chính của nó là "Smartphone and tablet simulator on computer with several models to test mobile responsive websites.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mobile simulator - responsive testing tool

Tải xuống các tệp mở rộng Mobile simulator - responsive testing tool 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

                        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                    

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

Tên Mobile simulator - responsive testing tool Mobile simulator - responsive testing tool
ID ckejmhbmlajgoklhgbapkiccekfoccmk
URL Chính Thức https://chromewebstore.google.com/detail/mobile-simulator-responsi/ckejmhbmlajgoklhgbapkiccekfoccmk
Mô tả Smartphone and tablet simulator on computer with several models to test mobile responsive websites.
Kích Thước Tệp 12.18 MB
Số Lần Cài Đặt 656,385
Phiên Bản Hiện Tại 3.10.0
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2020-05-13
Đánh Giá 4.87/5 Tổng số 1645 Đánh Giá
Nhà Phát Triển https://webmobilefirst.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.webmobilefirst.com/?utm_source=chrome&utm_campaign=store
URL Trang Trợ Giúp https://www.webmobilefirst.com/en/support/?utm_source=chrome&utm_campaign=store
URL Trang Chính Sách Bảo Mật https://www.webmobilefirst.com/en/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}