VetTools New Gmail Resizer
Extension to able to resize gmail label column!
ما هو VetTools New Gmail Resizer؟
VetTools New Gmail Resizer هو إضافة Chrome تم تطويرها بواسطة VIN، والميزة الرئيسية لها هي "Extension to able to resize gmail label column!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VetTools New Gmail Resizer
قم بتنزيل ملفات الامتداد VetTools New Gmail Resizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" ] } ] } |