Responsive View

To view the page in different device screen sizes, just by a click

What is Responsive View?

Responsive View is a Chrome extension developed by Aneeta Kolhe, and its main feature is "To view the page in different device screen sizes, just by a click".

Extension Screenshots

screenshot
screenshot
screenshot

Download Responsive View Extension CRX File

Download Responsive View 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 gives you an ability to view the page in different screen sizes, just by a click. 

HOW TO USE: Go to the page that you want to view in different screen sizes. Click on the extension icon and scroll vertically.


Various screens sizes that are available as follows:
1. 340 x 480 - Mobile
2. 480 x 640 - Mobile (larger screen)
3. 768 x 1024 - Tablet (Portrait)
4. 1024 x 768 - Tablet (Landscape)
5. 992 x 640 - Bootstrap 
6. 1200 x 800 - Desktop                    

Extension Basic Information

Name Responsive View Responsive View
ID hgeefdjnmmeindmchabjodoggbfkhaam
Official URL https://chromewebstore.google.com/detail/responsive-view/hgeefdjnmmeindmchabjodoggbfkhaam
Description To view the page in different device screen sizes, just by a click
File Size 165 KB
Installation Count 1,720
Current Version 1.0
Last Updated 2014-04-02
Publish Date 2014-04-01
Rating 4.21/5 Total 14 Ratings
Developer Aneeta Kolhe
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive View",
    "description": "To view the page in different device screen sizes, just by a click",
    "version": "1.0",
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "38": "icon38.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "View page in various dimensions"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}