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.
Wat is MaxWidth?
MaxWidth is een Chrome-extensie ontwikkeld door Tim Zhuang, en de belangrijkste functie is "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 het CRX-bestand van de extensie MaxWidth
Download MaxWidth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | nlkballhcfbnlkjbgmfclafigkocljck |
Officiële URL | https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck |
Beschrijving | 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. |
Bestandsgrootte | 32.87 KB |
Aantal Installaties | 149 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2017-03-07 |
Publicatiedatum | 2017-03-07 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Tim Zhuang |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |