VetTools New Gmail Resizer
Extension to able to resize gmail label column!
Vad är VetTools New Gmail Resizer?
VetTools New Gmail Resizer är en Chrome-tillägg utvecklad av VIN, och dess huvudfunktion är "Extension to able to resize gmail label column!".
Tilläggsskärmbilder
Ladda ner VetTools New Gmail Resizer-förlängningens CRX-fil
Ladda ner VetTools New Gmail Resizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | VetTools New Gmail Resizer |
ID | jnfhoblnjnlophildpaokbkolhckdpcd |
Officiell webbadress | https://chromewebstore.google.com/detail/vettools-new-gmail-resize/jnfhoblnjnlophildpaokbkolhckdpcd |
Beskrivning | Extension to able to resize gmail label column! |
Filstorlek | 15.5 KB |
Antal Installationer | 4,635 |
Aktuell Version | 3.2 |
Senast Uppdaterad | 2022-08-25 |
Publiceringsdatum | 2019-04-18 |
Betyg | 3.50/5 Totalt 24 Betyg |
Utvecklare | VIN |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |