Responsive Debug

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

What is Responsive Debug?

Responsive Debug is a Chrome extension developed by Kevin Campion, and its main feature is "A chrome extension for testing responsive web page, just by a click.".

Extension Screenshots

screenshot

Download Responsive Debug Extension CRX File

Download Responsive Debug extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Responsive Debug Responsive Debug
ID oeblldkhpjaeeocmklebjdaakbhmgmnj
Official URL https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj
Description A chrome extension for testing responsive web page, just by a click.
File Size 39.21 KB
Installation Count 536
Current Version 0.0.2
Last Updated 2017-05-31
Publish Date 2017-05-31
Rating 4.00/5 Total 2 Ratings
Developer Kevin Campion
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}