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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |