Window Sizer

Resize your browser window to custom-defined sizes.

What is Window Sizer?

Window Sizer is a Chrome extension developed by Cody Leach, and its main feature is "Resize your browser window to custom-defined sizes.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Window Sizer Extension CRX File

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

                        Window resizer for your browser. 'hough said.                    

Extension Basic Information

Name Window Sizer Window Sizer
ID bemmkaadpllphjpebfapkojnjnjfkfan
Official URL https://chromewebstore.google.com/detail/window-sizer/bemmkaadpllphjpebfapkojnjnjfkfan
Description Resize your browser window to custom-defined sizes.
File Size 1.26 MB
Installation Count 10,000
Current Version 1.1.0
Last Updated 2015-03-23
Publish Date 2015-03-22
Rating 4.43/5 Total 14 Ratings
Developer Cody Leach
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Window Sizer",
    "description": "Resize your browser window to custom-defined sizes.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "views\/main.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage"
    ]
}