VetTools New Gmail Resizer
Extension to able to resize gmail label column!
What is VetTools New Gmail Resizer?
VetTools New Gmail Resizer is a Chrome extension developed by VIN, and its main feature is "Extension to able to resize gmail label column!".
Extension Screenshots
Download VetTools New Gmail Resizer Extension CRX File
Download VetTools New Gmail 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
This extension makes labels column in Gmail resizable. Support all Gmail view type: new Gmail, original Gmail, with google chat or classic hangout, all supported. Features: - Detect Gmail type automatically. - Save the user setting label width and load it automatically when Gmail page loaded so you don't need to set it every time. What new in v.3.2: - Update with new Gmail layout change, - Fix conflict with Gmail Streak Extension.
Extension Basic Information
Name | VetTools New Gmail Resizer |
ID | jnfhoblnjnlophildpaokbkolhckdpcd |
Official URL | https://chromewebstore.google.com/detail/vettools-new-gmail-resize/jnfhoblnjnlophildpaokbkolhckdpcd |
Description | Extension to able to resize gmail label column! |
File Size | 15.5 KB |
Installation Count | 4,635 |
Current Version | 3.2 |
Last Updated | 2022-08-25 |
Publish Date | 2019-04-18 |
Rating | 3.50/5 Total 24 Ratings |
Developer | VIN |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VetTools New Gmail Resizer", "description": "Extension to able to resize gmail label column!", "version": "3.2", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ] } ] } |