Short Gmail Labels

Shorten your Gmail labels so parent labels are not displayed.

Short Gmail Labelsとは何ですか?

Short Gmail Labelsはhttps://mattw.lifeによって開発されたChromeの拡張機能で、その主な機能は「Shorten your Gmail labels so parent labels are not displayed.」です。

拡張機能のスクリーンショット

screenshot

Short Gmail Labels拡張機能のCRXファイルをダウンロード

Short Gmail Labels拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Nesting gmail labels results in an unnecessarily long display that includes both parent and child labels. This will trim down the label names so you only see the child.                    

拡張機能の基本情報

名前 Short Gmail Labels Short Gmail Labels
ID pbnemfflkolkhamplnhoaljkogfhajaf
公式URL https://chromewebstore.google.com/detail/short-gmail-labels/pbnemfflkolkhamplnhoaljkogfhajaf
説明 Shorten your Gmail labels so parent labels are not displayed.
ファイルサイズ 18.54 KB
インストール数 1,715
現在のバージョン 1.0.2
最終更新日 2022-05-23
公開日 2018-01-24
評価 4.68/5 合計 19 レビュー
開発者 https://mattw.life
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://mattw.life
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Short Gmail Labels",
    "version": "1.0.2",
    "description": "Shorten your Gmail labels so parent labels are not displayed.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}