Responsive Debug

A chrome extension for testing responsive web page, just by a click.

Responsive Debug क्या है?

Responsive Debug Kevin Campion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension for testing responsive web page, just by a click."।

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

screenshot

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

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

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

                        This extension lets you view the responsiveness of your web app in multiple device viewports.

For testing, open your site in a new tab and click on the Responsive Debug icon.                    

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

नाम Responsive Debug Responsive Debug
ID oeblldkhpjaeeocmklebjdaakbhmgmnj
आधिकारिक URL https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj
विवरण A chrome extension for testing responsive web page, just by a click.
फ़ाइल का आकार 39.21 KB
स्थापना संख्या 536
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2017-05-31
प्रकाशन तिथि 2017-05-31
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर Kevin Campion
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Responsive Debug"
    }
}