OSX Resizer

Allow OSX users to view sites in a window smaller than 400px

What is OSX Resizer?

OSX Resizer is a Chrome extension developed by Unknown, and its main feature is "Allow OSX users to view sites in a window smaller than 400px".

Extension Screenshots

screenshot

Download OSX Resizer Extension CRX File

Download OSX Resizer 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

                        If you're on a Mac using Chrome and you want to view a web page at the same resolution as a smart phone (320px), this is the extension for you!

Chrome users on a Mac are unable to shrink the browser window below 400 pixels. This is a constraint on the chromed browser, but not for pop up windows. This extension simply opens the current tab in a pop up. Eight lines of code, no more, no less.                    

Extension Basic Information

Name OSX Resizer OSX Resizer
ID aopgpanbkndckicpnnnaeiebllepdldc
Official URL https://chromewebstore.google.com/detail/osx-resizer/aopgpanbkndckicpnnnaeiebllepdldc
Description Allow OSX users to view sites in a window smaller than 400px
File Size 4.68 KB
Installation Count 2,743
Current Version 0.0.0.2
Last Updated 2012-08-22
Publish Date 2012-08-21
Rating 3.65/5 Total 26 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OSX Resizer",
    "manifest_version": 2,
    "version": "0.0.0.2",
    "description": "Allow OSX users to view sites in a window smaller than 400px",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "mobile.png",
        "default_popup": "window.html"
    }
}