VetTools New Gmail Resizer
Extension to able to resize gmail label column!
VetTools New Gmail Resizer là gì?
VetTools New Gmail Resizer là một tiện ích mở rộng Chrome được phát triển bởi VIN, và tính năng chính của nó là "Extension to able to resize gmail label column!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VetTools New Gmail Resizer
Tải xuống các tệp mở rộng VetTools New Gmail Resizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VetTools New Gmail Resizer |
ID | jnfhoblnjnlophildpaokbkolhckdpcd |
URL Chính Thức | https://chromewebstore.google.com/detail/vettools-new-gmail-resize/jnfhoblnjnlophildpaokbkolhckdpcd |
Mô tả | Extension to able to resize gmail label column! |
Kích Thước Tệp | 15.5 KB |
Số Lần Cài Đặt | 4,635 |
Phiên Bản Hiện Tại | 3.2 |
Cập Nhật Lần Cuối | 2022-08-25 |
Ngày Phát Hành | 2019-04-18 |
Đánh Giá | 3.50/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | VIN |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |