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 là gì?

MaxWidth là một tiện ích mở rộng Chrome được phát triển bởi Tim Zhuang, và tính năng chính của nó là "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.".

Tải xuống tệp CRX của tiện ích mở rộng MaxWidth

Tải xuống các tệp mở rộng MaxWidth dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MaxWidth MaxWidth
ID nlkballhcfbnlkjbgmfclafigkocljck
URL Chính Thức https://chrome.google.com/webstore/detail/maxwidth/nlkballhcfbnlkjbgmfclafigkocljck
Mô tả 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.
Kích Thước Tệp 32.87 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-03-07
Ngày Phát Hành 2017-03-07
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Tim Zhuang
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}