LabelPane Expander for GMail
GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…
O que é LabelPane Expander for GMail?
LabelPane Expander for GMail é uma extensão do Chrome desenvolvida por https://sites.google.com/site/nishimurachiba, e sua principal característica é "GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LabelPane Expander for GMail
Baixe arquivos de extensão LabelPane Expander for GMail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | LabelPane Expander for GMail |
ID | ofcfhdlcpjincgadbbnablleccnakjhe |
URL Oficial | https://chromewebstore.google.com/detail/labelpane-expander-for-gm/ofcfhdlcpjincgadbbnablleccnakjhe |
Descrição | GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで… |
Tamanho do Arquivo | 96.52 KB |
Contagem de Instalações | 56 |
Versão Atual | 0.94 |
Última Atualização | 2019-05-26 |
Data de Publicação | 2019-05-26 |
Desenvolvedor | https://sites.google.com/site/nishimurachiba |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |