Responswitch

Test responsive design of any web page with one click. Extension works when you click to extension icon only.

What is Responswitch?

Responswitch is a Chrome extension developed by Mesut Tasci, and its main feature is "Test responsive design of any web page with one click. Extension works when you click to extension icon only.".

Extension Screenshots

Download Responswitch Extension CRX File

Download Responswitch 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

                        Make easily responsive design test any website with just one click.                    

Extension Basic Information

Name Responswitch Responswitch
ID jnajocfhlflimigaiiidopobidekkanf
Official URL https://chromewebstore.google.com/detail/responswitch/jnajocfhlflimigaiiidopobidekkanf
Description Test responsive design of any web page with one click. Extension works when you click to extension icon only.
File Size 55.49 KB
Installation Count 382
Current Version 0.8
Last Updated 2014-05-21
Publish Date 2014-05-21
Rating 5.00/5 Total 2 Ratings
Developer Mesut Tasci
Email [email protected]
Payment Type free
Extension Website https://github.com/mesuutt/ish.
Help Page URL https://github.com/mesuutt/ish./issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Responswitch",
    "description": "Test responsive design of any web page with one click. Extension works when you click to extension icon only.",
    "manifest_version": 2,
    "version": "0.8",
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "js\/data-saver.js",
                "js\/url-handler.js",
                "js\/init.js",
                "contentscript.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/mesuutt\/responswitch",
    "author": "Mesut Tasci"
}