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.

Cos'è MaxWidth?

MaxWidth è un'estensione di Chrome sviluppata da Tim Zhuang, e la sua funzione principale è "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.".

Scarica il file CRX dell'estensione MaxWidth

Scarica i file di estensione MaxWidth in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
URL Ufficiale https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Descrizione 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.
Dimensione del File 32.87 KB
Conteggio Installazioni 149
Versione Corrente 1.5
Ultimo Aggiornamento 2017-03-07
Data di Pubblicazione 2017-03-07
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Tim Zhuang
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}