Gmail Attachments-To-Top
Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%
ما هو Gmail Attachments-To-Top؟
Gmail Attachments-To-Top هو إضافة Chrome تم تطويرها بواسطة https://www.jsabo.net، والميزة الرئيسية لها هي "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gmail Attachments-To-Top
قم بتنزيل ملفات الامتداد Gmail Attachments-To-Top بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%. To then download the file, you need to preview the file, then click download in the top right.
معلومات أساسية عن التمديد
الاسم | Gmail Attachments-To-Top |
ID | mejlnmfjopkholenbkppcipminekbbeg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gmail-attachments-to-top/mejlnmfjopkholenbkppcipminekbbeg |
الوصف | Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100% |
حجم الملف | 75 KB |
عدد التثبيتات | 25,490 |
النسخة الحالية | 1.3 |
آخر تحديث | 2019-11-04 |
تاريخ النشر | 2019-11-04 |
تقييم | 2.41/5 مجموع تقييمات 29 |
المطور | https://www.jsabo.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.jsabo.net |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Attachments-To-Top", "description": "Small tweaks to gmail. Creates an button prompting user to move attachments to top. Sets email images widths to max-width:100%", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery-3.4.1.slim.js", "custom.js" ] } ] } |