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.

Vad är MaxWidth?

MaxWidth är en Chrome-tillägg utvecklad av Tim Zhuang, och dess huvudfunktion är "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.".

Ladda ner MaxWidth-förlängningens CRX-fil

Ladda ner MaxWidth-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
Officiell webbadress https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Beskrivning 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.
Filstorlek 32.87 KB
Antal Installationer 149
Aktuell Version 1.5
Senast Uppdaterad 2017-03-07
Publiceringsdatum 2017-03-07
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare Tim Zhuang
Betalningssätt free
Stödda Språk 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"
        }
    ]
}