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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test your responsive designs on multiple devices at once."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Mobile View: Test responsive designs fast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}