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 je MaxWidth?
MaxWidth je rozšíření Chrome vyvinuté Tim Zhuang, a jeho hlavní funkcí je „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.“.
Stáhnout soubor CRX rozšíření MaxWidth
Stáhněte si soubory rozšíření MaxWidth ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | nlkballhcfbnlkjbgmfclafigkocljck |
Oficiální URL | https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck |
Popis | 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. |
Velikost souboru | 32.87 KB |
Počet instalací | 149 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2017-03-07 |
Datum Vydání | 2017-03-07 |
Hodnocení | 4.80/5 Celkem 5 Hodnocení |
Vývojář | Tim Zhuang |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |