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.
Apa itu MaxWidth?
MaxWidth adalah ekstensi Chrome yang dikembangkan oleh Tim Zhuang, dan fitur utamanya adalah "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.".
Unduh Berkas CRX Ekstensi MaxWidth
Unduh file ekstensi MaxWidth dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | nlkballhcfbnlkjbgmfclafigkocljck |
URL Resmi | https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck |
Deskripsi | 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. |
Ukuran File | 32.87 KB |
Jumlah Instalasi | 149 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2017-03-07 |
Tanggal Publikasi | 2017-03-07 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | Tim Zhuang |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |