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.
Τι είναι το MaxWidth;
Το MaxWidth είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tim Zhuang, και η κύρια λειτουργία του είναι "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.".
Λήψη αρχείου CRX της επέκτασης MaxWidth
Λήψη αρχείων επέκτασης MaxWidth σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | nlkballhcfbnlkjbgmfclafigkocljck |
Επίσημο URL | https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck |
Περιγραφή | 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. |
Μέγεθος Αρχείου | 32.87 KB |
Αριθμός Εγκαταστάσεων | 149 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2017-03-07 |
Ημερομηνία Δημοσίευσης | 2017-03-07 |
Αξιολόγηση | 4.80/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Tim Zhuang |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } ] } |