LabelPane Expander for GMail

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

Apa itu LabelPane Expander for GMail?

LabelPane Expander for GMail adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/nishimurachiba, dan fitur utamanya adalah "GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LabelPane Expander for GMail

Unduh file ekstensi LabelPane Expander for GMail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LabelPane Expander for GMail LabelPane Expander for GMail
ID ofcfhdlcpjincgadbbnablleccnakjhe
URL Resmi https://chromewebstore.google.com/detail/labelpane-expander-for-gm/ofcfhdlcpjincgadbbnablleccnakjhe
Deskripsi GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…
Ukuran File 96.52 KB
Jumlah Instalasi 56
Versi Saat Ini 0.94
Terakhir Diperbarui 2019-05-26
Tanggal Publikasi 2019-05-26
Pengembang https://sites.google.com/site/nishimurachiba
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}