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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |