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.

Co to jest MaxWidth?

MaxWidth to rozszerzenie Chrome opracowane przez Tim Zhuang, a jego główną funkcją jest „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.”.

Pobierz plik CRX rozszerzenia MaxWidth

Pobierz pliki rozszerzeń MaxWidth w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
Oficjalny URL https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Opis 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.
Rozmiar pliku 32.87 KB
Liczba instalacji 149
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2017-03-07
Data Publikacji 2017-03-07
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper Tim Zhuang
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}