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 |
公式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" } ] } |