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 ロゴの下のコンボボックスで…」です。
拡張機能のスクリーンショット
LabelPane Expander for GMail拡張機能のCRXファイルをダウンロード
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 |
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" ] } ] } |