LabelPane Expander for GMail

LabelPane Expander for GMail

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

Merlin
Additional files are visible only to premium users

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