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
官方網址 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
電子郵箱 [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"
    }
}