Resize Outlook Tool
Allows you to fully resize the non-preview panes of Outlook online
ما هو Resize Outlook Tool؟
Resize Outlook Tool هو إضافة Chrome تم تطويرها بواسطة Useful Additions، والميزة الرئيسية لها هي "Allows you to fully resize the non-preview panes of Outlook online".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Resize Outlook Tool
قم بتنزيل ملفات الامتداد Resize Outlook Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A small tool that overrides the max-width in Outlook panes allowing the different panes to be resizable to larger widths.
معلومات أساسية عن التمديد
الاسم | Resize Outlook Tool |
ID | kolpdifcdkmfdbnaflefmfccbhhfaeha |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha |
الوصف | Allows you to fully resize the non-preview panes of Outlook online |
حجم الملف | 7.99 KB |
عدد التثبيتات | 50 |
النسخة الحالية | 0.1.6 |
آخر تحديث | 2022-04-07 |
تاريخ النشر | 2020-12-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Useful Additions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Resize Outlook Tool", "version": "0.1.6", "description": "Allows you to fully resize the non-preview panes of Outlook online", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "confirm.js" ], "matches": [ "https:\/\/outlook.office.com\/*", "https:\/\/outlook.office365.com\/*", "https:\/\/outlook.live.com\/*" ] } ], "icons": { "16": "128.png" }, "permissions": [ "storage" ] } |