LabelPane Expander for GMail

GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…

LabelPane Expander for GMailคืออะไร?

LabelPane Expander for GMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/nishimurachiba และคุณลักษณะหลักของมันคือ "GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LabelPane Expander for GMail

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

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

                        GMail のラベルペインを広くするためのユーティリティです。
GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。
このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで  narrow / 400px / 600px を選択することでラベルペインの幅が変更できます。


Since the label pane in GMail is too narrow, it is hard to see the the nested label in the pane. 
This extension allow you to set it as more wider panel by clicking the button located under GMail logo.                    

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

ชื่อ LabelPane Expander for GMail LabelPane Expander for GMail
ID ofcfhdlcpjincgadbbnablleccnakjhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/labelpane-expander-for-gm/ofcfhdlcpjincgadbbnablleccnakjhe
คำอธิบาย GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…
ขนาดไฟล์ 96.52 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.94
อัปเดตครั้งล่าสุด 2019-05-26
วันที่เผยแพร่ 2019-05-26
ผู้พัฒนา https://sites.google.com/site/nishimurachiba
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LabelPane Expander for GMail",
    "version": "0.94",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*",
                "https:\/\/mail.google.com\/mail\/b\/*"
            ],
            "js": [
                "myscript6.js"
            ]
        }
    ]
}