LabelPane Expander for GMail

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

LabelPane Expander for GMail란 무엇입니까?

LabelPane Expander for GMail은(는) https://sites.google.com/site/nishimurachiba에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LabelPane Expander for GMail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}