Gmail label column resizer
User script that allows the labels column in Gmail to be resized
What is Gmail label column resizer?
Gmail label column resizer is a Chrome extension developed by Jun cai, and its main feature is "User script that allows the labels column in Gmail to be resized".
Extension Screenshots
Download Gmail label column resizer Extension CRX File
Download Gmail label column resizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows the labels column (left panel) in Gmail to be resized.
Extension Basic Information
Name | ![]() |
ID | nopeaffbfnmebbnlpbfjemkfeojmlpoj |
Official URL | https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj |
Description | User script that allows the labels column in Gmail to be resized |
File Size | 6.78 KB |
Installation Count | 22,955 |
Current Version | 1.3.1 |
Last Updated | 2018-12-12 |
Publish Date | 2018-12-12 |
Rating | 3.47/5 Total 148 Ratings |
Developer | Jun cai |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |