Responsive Window

Making responsive design a little bit easier.

What is Responsive Window?

Responsive Window is a Chrome extension developed by https://woodwardmedia.net, and its main feature is "Making responsive design a little bit easier.".

Extension Screenshots

screenshot

Download Responsive Window Extension CRX File

Download Responsive Window 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

                        Whether your a developer or a designer you most likely have heard of responsive design. This little extension helps you out by opening the current page you are visiting in new window 320px wide.                    

Extension Basic Information

Name Responsive Window Responsive Window
ID gnflplbfnfekejfoalgbcikilalbloec
Official URL https://chromewebstore.google.com/detail/responsive-window/gnflplbfnfekejfoalgbcikilalbloec
Description Making responsive design a little bit easier.
File Size 5.38 KB
Installation Count 878
Current Version 1.1
Last Updated 2012-05-04
Publish Date 2012-05-03
Rating 3.56/5 Total 9 Ratings
Developer https://woodwardmedia.net
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Responsive Window",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Making responsive design a little bit easier.",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "responsive_window.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ]
}