LabelPane Expander for GMail
GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…
What is LabelPane Expander for GMail?
LabelPane Expander for GMail is a Chrome extension developed by https://sites.google.com/site/nishimurachiba, and its main feature is "GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…".
Extension Screenshots
Download LabelPane Expander for GMail Extension CRX File
Download LabelPane Expander for GMail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | LabelPane Expander for GMail |
ID | ofcfhdlcpjincgadbbnablleccnakjhe |
Official URL | https://chromewebstore.google.com/detail/labelpane-expander-for-gm/ofcfhdlcpjincgadbbnablleccnakjhe |
Description | GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで… |
File Size | 96.52 KB |
Installation Count | 56 |
Current Version | 0.94 |
Last Updated | 2019-05-26 |
Publish Date | 2019-05-26 |
Developer | https://sites.google.com/site/nishimurachiba |
Payment Type | free |
Supported Languages | 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" ] } ] } |