GMail Label Styler
Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.
ما هو GMail Label Styler؟
GMail Label Styler هو إضافة Chrome تم تطويرها بواسطة Mike Scalora، والميزة الرئيسية لها هي "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GMail Label Styler
قم بتنزيل ملفات الامتداد GMail Label Styler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Note: updated for the latest GMail as of 2020-05-11 Enables user to apply CSS to GMail message viewer and editor for selected labels only. Created for mailing list message viewing and editing that works best with monospace fonts but useful in many situations. Configuring CSS properties and one or more label names. Can be used to increase font size in GMail editor without causing the email to be sent in the larger font or even rich text (HTML) format. Only affects your view of the message in the editor, not the recipient.
معلومات أساسية عن التمديد
الاسم | GMail Label Styler |
ID | bdabigdipmikljbdbmglcjlhpnoagfjb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gmail-label-styler/bdabigdipmikljbdbmglcjlhpnoagfjb |
الوصف | Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font. |
حجم الملف | 30.79 KB |
عدد التثبيتات | 85 |
النسخة الحالية | 0.8 |
آخر تحديث | 2020-05-11 |
تاريخ النشر | 2020-05-11 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | Mike Scalora |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GMail Label Styler", "description": "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.", "version": "0.8", "permissions": [ "https:\/\/mail.google.com\/", "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "zepto.min.js", "content.js" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |