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.

Was ist MaxWidth?

MaxWidth ist eine Chrome-Erweiterung, die von Tim Zhuang entwickelt wurde, und ihr Hauptmerkmal ist "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.".

MaxWidth-Erweiterungs-CRX-Datei herunterladen

Laden Sie MaxWidth-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
Offizielle URL https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Beschreibung 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.
Dateigröße 32.87 KB
Installationsanzahl 149
Aktuelle Version 1.5
Letztes Update 2017-03-07
Veröffentlichungsdatum 2017-03-07
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler Tim Zhuang
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}