MaxWidth

Set the max width of the webpage to 1920px. This is very helpful if you're using an ultra-wide screen. Updated on Mar 7 2017.

What is MaxWidth?

MaxWidth is a Chrome extension developed by Tim Zhuang, and its main feature is "Set the max width of the webpage to 1920px. This is very helpful if you're using an ultra-wide screen. Updated on Mar 7 2017.".

Download MaxWidth Extension CRX File

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

                        Set the max width of the webpage to 1920px.
This is very helpful if you're using an ultra-wide screen.

Updated on Mar 7 2017.                    

Extension Basic Information

Name MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
Official URL https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Description Set the max width of the webpage to 1920px. This is very helpful if you're using an ultra-wide screen. Updated on Mar 7 2017.
File Size 32.87 KB
Installation Count 149
Current Version 1.5
Last Updated 2017-03-07
Publish Date 2017-03-07
Rating 4.80/5 Total 5 Ratings
Developer Tim Zhuang
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MaxWidth",
    "version": "1.5",
    "author": "Tim Zhuang",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "w.js"
            ],
            "run_at": "document_end"
        }
    ]
}