Viewport Resizer – Responsive Testing Tool

Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions.

Viewport Resizer – Responsive Testing Tool क्या है?

Viewport Resizer – Responsive Testing Tool Malte Wassermann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Viewport Resizer – Responsive Testing Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Viewport Resizer is a tool to test any website’s responsiveness. Just install the extension, go to the page you want to test and check all kinds of screen resolutions of the page.

The smartest way to share your defined environment of devices and breakpoints directly with your team and client.

This tool should not replace a real device simulation. It rather helps you, your team and client testing statuses, transitions, text length etc. throughout different device types.                    

एक्सटेंशन की मूल जानकारी

नाम Viewport Resizer – Responsive Testing Tool Viewport Resizer – Responsive Testing Tool
ID kapnjjcfcncngkadhpmijlkblpibdcgm
आधिकारिक URL https://chromewebstore.google.com/detail/viewport-resizer-%E2%80%93-respon/kapnjjcfcncngkadhpmijlkblpibdcgm
विवरण Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions.
फ़ाइल का आकार 47.48 KB
स्थापना संख्या 95,741
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2019-12-28
प्रकाशन तिथि 2019-12-28
रेटिंग 4.20/5 कुल 265 रेटिंग्स
डेवलपर Malte Wassermann
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-2.1.0.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Viewport Resizer"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVzQxO9W9CLWCGa51P8wgoIgj6DF4eAKIvamQKJIZ604JhZRCaI7U92I00s9Ex+eS5wd+CYEsmsZi2W9Zt7JTBN1h7HD2lSmrW7GNEg7GbEOKUHi8eJ656yJA4BCYTjcXE45d++bsgVpFYp+SP7\/A3XcFqCBqzHkiNGiIshqBCPwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.9",
    "web_accessible_resources": [
        "css\/resizer.min.css",
        "css\/resizer-ui.woff",
        "css\/resizer-ui.ttf",
        "js\/jquery-2.1.0.min.js",
        "js\/resizer.min.js"
    ]
}