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是由Tim Zhuang開發的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.”。
下載MaxWidth擴展crx文件
下載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 |
官方網址 | 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" } ] } |