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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 MaxWidth
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"
        }
    ]
}