Gmail label column resizer
User script that allows the labels column in Gmail to be resized
什么是Gmail label column resizer?
Gmail label column resizer是由Jun cai开发的Chrome扩展程序,该扩展的主要功能是“User script that allows the labels column in Gmail to be resized”。
扩展截图
下载Gmail label column resizer扩展crx文件
下载Gmail label column resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows the labels column (left panel) in Gmail to be resized.
扩展基本信息
名称 | ![]() |
ID | nopeaffbfnmebbnlpbfjemkfeojmlpoj |
官方URL | https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj |
简介 | User script that allows the labels column in Gmail to be resized |
文件大小 | 6.78 KB |
安装次数 | 22,955 |
当前版本 | 1.3.1 |
更新时间 | 2018-12-12 |
上架时间 | 2018-12-12 |
评分 | 3.47/5 共148次评分 |
开发者 | Jun cai |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "chromeGmailResizer_new.user.js" ], "matches": [ "http:\/\/*.gmail.com\/*", "http:\/\/mail.google.com\/*", "https:\/\/*.gmail.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "User script that allows the labels column in Gmail to be resized", "name": "Gmail label column resizer", "version": "1.3.1", "permissions": [ "https:\/\/mail.google.com\/*", "http:\/\/mail.google.com\/*" ] } |