Gmail label column resizer

User script that allows the labels column in Gmail to be resized

Gmail label column resizerคืออะไร?

Gmail label column resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jun cai และคุณลักษณะหลักของมันคือ "User script that allows the labels column in Gmail to be resized"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail label column resizer

ดาวน์โหลดไฟล์ส่วนขยาย Gmail label column resizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows the labels column (left panel) in Gmail to be resized.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gmail label column resizer Gmail label column resizer
ID nopeaffbfnmebbnlpbfjemkfeojmlpoj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj
คำอธิบาย User script that allows the labels column in Gmail to be resized
ขนาดไฟล์ 6.78 KB
จำนวนการติดตั้ง 22,955
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2018-12-12
วันที่เผยแพร่ 2018-12-12
คะแนน 3.47/5 รวมทั้งหมด 148 คะแนน
ผู้พัฒนา Jun cai
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "chromeGmailResizer_new.user.js"
            ],
            "matches": [
                "http:\/\/*.gmail.com\/*",
                "http:\/\/mail.google.com\/*",
                "https:\/\/*.gmail.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "User script that allows the labels column in Gmail to be resized",
    "name": "Gmail label column resizer",
    "version": "1.3.1",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "http:\/\/mail.google.com\/*"
    ]
}