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.

Qu'est-ce que MaxWidth ?

MaxWidth est une extension Chrome développée par Tim Zhuang, et sa fonction principale est "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.".

Télécharger le fichier CRX de l'extension MaxWidth

Téléchargez les fichiers d'extension MaxWidth au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
URL Officiel https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Description 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.
Taille du Fichier 32.87 KB
Nombre d'Installations 149
Version Actuelle 1.5
Dernière Mise à Jour 2017-03-07
Date de Publication 2017-03-07
Évaluation 4.80/5 Total 5 Évaluations
Développeur Tim Zhuang
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}