LabelPane Expander for GMail

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

¿Qué es LabelPane Expander for GMail?

LabelPane Expander for GMail es una extensión de Chrome desarrollada por https://sites.google.com/site/nishimurachiba, y su función principal es "GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión LabelPane Expander for GMail

Descarga archivos de extensión LabelPane Expander for GMail en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre LabelPane Expander for GMail LabelPane Expander for GMail
ID ofcfhdlcpjincgadbbnablleccnakjhe
URL Oficial https://chromewebstore.google.com/detail/labelpane-expander-for-gm/ofcfhdlcpjincgadbbnablleccnakjhe
Descripción GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…
Tamaño del Archivo 96.52 KB
Cantidad de Instalaciones 56
Versión Actual 0.94
Última Actualización 2019-05-26
Fecha de Publicación 2019-05-26
Desarrollador https://sites.google.com/site/nishimurachiba
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}