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.

Hvad er MaxWidth?

MaxWidth er en Chrome-udvidelse udviklet af Tim Zhuang, og dens hovedfunktion er "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-udvidelses-CRX-fil

Download MaxWidth-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
Officiel URL https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Beskrivelse 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.
Filstørrelse 32.87 KB
Antal Installationer 149
Nuværende Version 1.5
Senest Opdateret 2017-03-07
Udgivelsesdato 2017-03-07
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler Tim Zhuang
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}