VetTools New Gmail Resizer
Extension to able to resize gmail label column!
什麼是VetTools New Gmail Resizer?
VetTools New Gmail Resizer是由VIN開發的Chrome擴展程式,該擴展的主要功能是“Extension to able to resize gmail label column!”。
擴展截圖
下載VetTools New Gmail Resizer擴展crx文件
下載VetTools New Gmail Resizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | VetTools New Gmail Resizer |
ID | jnfhoblnjnlophildpaokbkolhckdpcd |
官方網址 | https://chromewebstore.google.com/detail/vettools-new-gmail-resize/jnfhoblnjnlophildpaokbkolhckdpcd |
簡介 | Extension to able to resize gmail label column! |
檔案大小 | 15.5 KB |
安裝次數 | 4,635 |
目前版本 | 3.2 |
更新時間 | 2022-08-25 |
上架時間 | 2019-04-18 |
評分 | 3.50/5 共 24 次評分 |
開發者 | VIN |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |