V7 Gmail Zoom
Better reading experience on Gmail
ما هو V7 Gmail Zoom؟
V7 Gmail Zoom هو إضافة Chrome تم تطويرها بواسطة v7addons، والميزة الرئيسية لها هي "Better reading experience on Gmail".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة V7 Gmail Zoom
قم بتنزيل ملفات الامتداد V7 Gmail Zoom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Better reading experience on Gmail If you having difficulties reading small text in Gmail messages, no need to use browser zoom and enlarge the whole user interface. This small extension can simply zoom only crucial parts of Gmail interface - list of messages - received messages - composed messages. Zoom is saved for every next visit. Please check the video for more info.
معلومات أساسية عن التمديد
الاسم | V7 Gmail Zoom |
ID | nmddnckmbnlpdaehblenpajpfeajaejm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/v7-gmail-zoom/nmddnckmbnlpdaehblenpajpfeajaejm |
الوصف | Better reading experience on Gmail |
حجم الملف | 95.87 KB |
عدد التثبيتات | 1,304 |
النسخة الحالية | 2.1 |
آخر تحديث | 2020-02-04 |
تاريخ النشر | 2020-02-04 |
تقييم | 4.89/5 مجموع تقييمات 19 |
المطور | v7addons |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "options_page": "options.html", "content_scripts": [ { "all_frames": false, "css": [ "cnt.css" ], "js": [ "cnt.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_start" } ], "description": "Better reading experience on Gmail", "icons": { "19": "img\/i19.png", "48": "img\/i48.png", "64": "img\/i64.png" }, "manifest_version": 2, "name": "V7 Gmail Zoom", "permissions": [ "storage" ], "version": "2.1", "web_accessible_resources": [ "img\/*.*" ] } |