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.

¿Qué es MaxWidth?

MaxWidth es una extensión de Chrome desarrollada por Tim Zhuang, y su función principal es "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.".

Descargar Archivo CRX de la Extensión MaxWidth

Descarga archivos de extensión MaxWidth en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
URL Oficial https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Descripción 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.
Tamaño del Archivo 32.87 KB
Cantidad de Instalaciones 149
Versión Actual 1.5
Última Actualización 2017-03-07
Fecha de Publicación 2017-03-07
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador Tim Zhuang
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}