LabelPane Expander for GMail

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

Qu'est-ce que LabelPane Expander for GMail ?

LabelPane Expander for GMail est une extension Chrome développée par https://sites.google.com/site/nishimurachiba, et sa fonction principale est "GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LabelPane Expander for GMail

Téléchargez les fichiers d'extension LabelPane Expander for GMail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LabelPane Expander for GMail LabelPane Expander for GMail
ID ofcfhdlcpjincgadbbnablleccnakjhe
URL Officiel https://chromewebstore.google.com/detail/labelpane-expander-for-gm/ofcfhdlcpjincgadbbnablleccnakjhe
Description GMail のラベルペインを広くするためのユーティリティです。 GMail で長いラベルや階層付きのラベルを利用していると、ラベルペインが狭く感じる場合があります。 このエクステンションを利用インストール後、 Gmail ロゴの下のコンボボックスで…
Taille du Fichier 96.52 KB
Nombre d'Installations 56
Version Actuelle 0.94
Dernière Mise à Jour 2019-05-26
Date de Publication 2019-05-26
Développeur https://sites.google.com/site/nishimurachiba
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}