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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smartphone and tablet simulator on computer with several models to test mobile responsive websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mobile simulator - responsive testing tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}