Neat Messages for Gmail
Improves the readibility of plain text Gmail messages by putting them in a neat container.
ما هو Neat Messages for Gmail؟
Neat Messages for Gmail هو إضافة Chrome تم تطويرها بواسطة Hristiyan Dodov، والميزة الرئيسية لها هي "Improves the readibility of plain text Gmail messages by putting them in a neat container.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Neat Messages for Gmail
قم بتنزيل ملفات الامتداد Neat Messages for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of the extremely long rows of text in Gmail? This extension will help! All plain text emails are put in a neat container where you can comfortably read them. In the meantime, HTML emails that are designed and have everything looking nice will be left unchanged. WHAT'S NEW: - Now works with the new Gmail style - Removed the notifications permission -------------------------- This extension will NOT modify the emails’ content! It will only change how you (and only you) see them. -------------------------- Customize the extension via the Options page!
معلومات أساسية عن التمديد
الاسم | Neat Messages for Gmail |
ID | lkpknmgfopkjcpbgkkcnoolijfggioba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/neat-messages-for-gmail/lkpknmgfopkjcpbgkkcnoolijfggioba |
الوصف | Improves the readibility of plain text Gmail messages by putting them in a neat container. |
حجم الملف | 72.16 KB |
عدد التثبيتات | 724 |
النسخة الحالية | 2.0.2 |
آخر تحديث | 2018-09-07 |
تاريخ النشر | 2018-09-06 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Hristiyan Dodov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neat Messages for Gmail", "version": "2.0.2", "author": "Hristiyan Dodov", "description": "Improves the readibility of plain text Gmail messages by putting them in a neat container.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup\/index.html" }, "options_page": "options\/index.html", "content_scripts": [ { "run_at": "document_end", "css": [ "css\/style.css" ], "js": [ "js\/script.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ] } ] } |