Gmail label column resizer
User script that allows the labels column in Gmail to be resized
ما هو Gmail label column resizer؟
Gmail label column resizer هو إضافة Chrome تم تطويرها بواسطة Jun cai، والميزة الرئيسية لها هي "User script that allows the labels column in Gmail to be resized".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gmail label column resizer
قم بتنزيل ملفات الامتداد Gmail label column resizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows the labels column (left panel) in Gmail to be resized.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | nopeaffbfnmebbnlpbfjemkfeojmlpoj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gmail-label-column-resize/nopeaffbfnmebbnlpbfjemkfeojmlpoj |
الوصف | User script that allows the labels column in Gmail to be resized |
حجم الملف | 6.78 KB |
عدد التثبيتات | 22,955 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2018-12-12 |
تاريخ النشر | 2018-12-12 |
تقييم | 3.47/5 مجموع تقييمات 148 |
المطور | Jun cai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "chromeGmailResizer_new.user.js" ], "matches": [ "http:\/\/*.gmail.com\/*", "http:\/\/mail.google.com\/*", "https:\/\/*.gmail.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "User script that allows the labels column in Gmail to be resized", "name": "Gmail label column resizer", "version": "1.3.1", "permissions": [ "https:\/\/mail.google.com\/*", "http:\/\/mail.google.com\/*" ] } |